blueprint-benchmarking
Benchmark harness primitives for Blueprint jobs.
When to use
- You want lightweight runtime benchmarking around async job execution.
- You need consistent benchmark summaries (duration, vCPU count, RAM usage).
Key API surface
Runtimetrait +TokioRuntimeadapter.Bencher<R>for starting/stopping benchmark runs.BenchmarkSummarywith display formatting for logs/CI output.