swactor/crates/runtime-dashboard/examples
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
..
bench_dashboard.rs feat: mt benchmark (#25) 2026-02-09 14:02:40 +00:00
dashboard_demo.rs feat: runtime dashboard and docs (#23) 2026-02-09 09:04:57 +00:00
record_demo.rs feat: runtime dashboard and docs (#23) 2026-02-09 09:04:57 +00:00
replay_demo.rs feat: runtime dashboard and docs (#23) 2026-02-09 09:04:57 +00:00