Skip to main content

max / shop

545 B · 24 lines History Blame Raw
1 [package]
2 name = "shop-bench"
3 version = "0.1.0"
4 description = "Perf harness for shop: drives vtebench + internal workloads and gates against a stored baseline"
5 edition.workspace = true
6 rust-version.workspace = true
7 authors.workspace = true
8 repository.workspace = true
9 license.workspace = true
10 publish = false
11
12 [lints]
13 workspace = true
14
15 [[bin]]
16 name = "shop-bench"
17 path = "src/main.rs"
18
19 [dependencies]
20 anyhow = { workspace = true }
21 clap = { version = "4", features = ["derive"] }
22 serde = { version = "1", features = ["derive"] }
23 serde_json = "1"
24