swactor/benches
zacheryasc c55753fd37 feat: mt benchmark (#25)
Add Criterion multi-threaded runtime benchmarks and a live dashboard load example.

- benches/mt_benchmarks.rs: add a Criterion suite with `mt/single_actor`, `mt/multi_actor`, `mt/ring`, and `mt/spawn` benchmarks over 2-4 threads, using `iter_custom` and a `wait_for_n_done` helper for deterministic completion
- crates/runtime-dashboard/examples/bench_dashboard.rs: add an example driving sink/ring/spawner load scenarios through `start_dashboard`/`DashboardConfig` for sustained cross-worker visualization
- Cargo.toml: register the `mt_benchmarks` Criterion bench target with `harness = false`

Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-09 14:02:40 +00:00
..
mt_benchmarks.rs feat: mt benchmark (#25) 2026-02-09 14:02:40 +00:00
runtime_benchmarks.rs refactor: major library changes (#5) 2026-02-06 11:25:37 +00:00
worker_benchmarks.rs refactor(core): fuzz-driven runtime cleanup and api tests (#22) 2026-02-09 07:24:16 +00:00