swactor/crates
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
..
gossip-dashboard fix: gossip dashboard (#24) 2026-02-09 09:07:38 +00:00
runtime-dashboard feat: mt benchmark (#25) 2026-02-09 14:02:40 +00:00
swactor-gossip fix: gossip dashboard (#24) 2026-02-09 09:07:38 +00:00
swactor-python refactor(core): fuzz-driven runtime cleanup and api tests (#22) 2026-02-09 07:24:16 +00:00
swactor-wasm refactor: repack external bindings into their own crates (#19) 2026-02-07 17:39:02 +00:00