blueprint-benchmarking 0.2.0-alpha.2

Utilities for benchmarking Tangle Blueprints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

- `Runtime` trait + `TokioRuntime` adapter.
- `Bencher<R>` for starting/stopping benchmark runs.
- `BenchmarkSummary` with display formatting for logs/CI output.

## Related links

- Source: https://github.com/tangle-network/blueprint/tree/main/crates/benchmarking