Skip to content

Commit de5434a

Browse files
committed
minor
1 parent d989378 commit de5434a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bench/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition.workspace = true
66
publish = false
77

88
[dependencies]
9-
harness = "0.0.5"
9+
harness = "0.0.7"
1010
num_cpus.workspace = true
1111
once_cell = "1.19.0"
1212

@@ -61,3 +61,6 @@ mi = { env = { MALLOC = "mi", IS_MALLOCKIT = "0" } }
6161
mi2 = { env = { MALLOC = "mi2", IS_MALLOCKIT = "0" } }
6262
tc = { env = { MALLOC = "tc", IS_MALLOCKIT = "0" } }
6363
je = { env = { MALLOC = "je", IS_MALLOCKIT = "0" } }
64+
65+
[package.metadata.harness.profiles.default.probes]
66+
harness-probe-perf = { events = "PERF_COUNT_HW_CACHE_LL:ACCESS,PERF_COUNT_HW_CACHE_LL:MISS,PERF_COUNT_HW_INSTRUCTIONS,PERF_COUNT_HW_CACHE_L1D:MISS,PERF_COUNT_HW_CACHE_DTLB:MISS", inherit = true }

0 commit comments

Comments
 (0)