You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use a linux distribution (e.g. Ubuntu or Fedora) and run `cd bench && make setup` to fetch and build all the benchmarks and third-party malloc algorithms.
28
-
29
-
```
30
-
python3 -m bench -a mi hd sys hoard -i 10 -e duration_time cycles cache-misses cache-references dTLB-load-misses dTLB-loads instructions page-faults --build
31
-
```
32
-
33
-
After the benchmark run is finished, please use `bench/visual.ipynb` for visualization.
34
-
35
-
_Other usages of the benchmark tool:_
36
-
37
-
*`python3 -m bench -a hoard -b cfrac --build --record -e dTLB-loads` followed by `perf report` to record and analyze perf event data.
38
-
*`python3 -m bench -a hoard -b cfrac --build --test` for a quick run of a single benchmark.
39
-
*`python3 -m bench -a hoard -b cfrac --build --lldb` to run the benchmark binary with _lldb_.
0 commit comments