Skip to main content

clawdesk-bench

The bench crate provides a benchmarking framework for measuring ClawDesk's performance across various operations.

What It Does (Plain English)

This crate runs performance tests to measure how fast ClawDesk operates — how quickly messages are processed, how fast the database responds, how efficient agent pipelines are, etc. Used primarily by developers to ensure ClawDesk stays fast.

Architecture Role

LayerPosition
TestingPerformance measurement

Dependencies

  • Various ClawDesk crates being benchmarked
  • criterion — Rust benchmarking framework