feat: Add iobench project and python dashboard
All checks were successful
Run Check Script / check (pull_request) Successful in 1m3s

This commit is contained in:
2025-08-14 10:37:30 -04:00
parent bd214f8fb8
commit fd8f643a8f
9 changed files with 1010 additions and 0 deletions

15
iobench/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "iobench"
edition = "2024"
version = "1.0.0"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
csv = "1.1"
num_cpus = "1.13"
[workspace]