Skip to content

Commit 8bd609c

Browse files
committed
Update READMEs
1 parent 3d7833f commit 8bd609c

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

README.md

+2-20
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,13 @@ $ env DYLD_INSERT_LIBRARIES=./target/release/libhoard.dylib cargo --help # or so
2020
$ cargo test
2121
```
2222

23-
## Benchmarking
24-
25-
[[_Latest benchmark results_]](https://github.com/wenyuzhao/MallocKit/blob/main/bench/visual.ipynb)
26-
27-
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_.
40-
4123
## TODO
4224

4325
- [x] Linux/x86_64 support
4426
- [x] MacOS/x86_64 support
4527
- [ ] Windows/x86_64 support
46-
- [ ] Performance
28+
- [x] Performance
4729
- [x] Linux/aarch64 support
4830
- [x] MacOS/aarch64 support
4931
- [ ] Windows/aarch64 support
50-
- [ ] Rust allocator interface
32+
- [x] Rust allocator interface

bench/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Benchmarking Instructions
2+
3+
1. Clone the mimalloc-bench repo: `git submodule update --init`
4+
2. Install the benchmarking tool: `cargo install harness-cli`
5+
3. Build benchmarks and mallocs: `docker compose up --build`
6+
4. Run: `cd bench && cargo harness run --upload`
7+
8+
[latest results](https://r.harness.rs/?p=7A5saxywVxwz2i5P)

0 commit comments

Comments
 (0)