Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuzhao committed Jun 27, 2024
1 parent d989378 commit de5434a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition.workspace = true
publish = false

[dependencies]
harness = "0.0.5"
harness = "0.0.7"
num_cpus.workspace = true
once_cell = "1.19.0"

Expand Down Expand Up @@ -61,3 +61,6 @@ mi = { env = { MALLOC = "mi", IS_MALLOCKIT = "0" } }
mi2 = { env = { MALLOC = "mi2", IS_MALLOCKIT = "0" } }
tc = { env = { MALLOC = "tc", IS_MALLOCKIT = "0" } }
je = { env = { MALLOC = "je", IS_MALLOCKIT = "0" } }

[package.metadata.harness.profiles.default.probes]
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 comments on commit de5434a

Please sign in to comment.