Skip to content

Commit 93bb62c

Browse files
committedSep 1, 2022
Add bench_runtime_local command to collector and a simple hashmap runtime benchmark
1 parent 392248c commit 93bb62c

File tree

12 files changed

+672
-36
lines changed

12 files changed

+672
-36
lines changed
 

‎Cargo.lock

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
members = ["collector", "collector/benchlib", "site", "database", "intern"]
3-
exclude = ["collector/compile-benchmarks", "rust/src"]
3+
exclude = ["collector/compile-benchmarks", "collector/runtime-benchmarks", "rust/src"]
44

55
[profile.release.package.site]
66
debug = 1

‎collector/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ filetime = "0.2.14"
3333
walkdir = "2"
3434
flate2 = { version = "1.0.22", features = ["rust_backend"] }
3535
rayon = "1.5.2"
36+
cargo_metadata = "0.15.0"
37+
benchlib = { path = "benchlib" }
3638

3739
[target.'cfg(windows)'.dependencies]
3840
miow = "0.3"

0 commit comments

Comments
 (0)