Expand description
Custom harness runtime for criterion-hypothesis
This replaces criterion’s default harness with an HTTP-controlled one. The harness exposes benchmark functions via HTTP endpoints, allowing external orchestration of benchmark execution.
Structs§
- Benchmark
Registry - Registry of discovered benchmarks.
Functions§
- run_
harness - Run the harness HTTP server.
- run_
harness_ async - Async implementation of the harness server.
Type Aliases§
- Benchmark
Fn - A benchmark function that runs
ninner iterations and returns total elapsed.