blob: 4643dc8b404a7f79efeabad249bde6fe6ed92885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# allocbench - benchmark tool for memory allocators
to download allocbench just run
```shell
git clone https://muhq.space/software/allocbench.git
```
## Usage
optional arguments:
-h, --help show this help message and exit
-s, --save save benchmark results to disk
-l, --load load benchmark results from disk
-r RUNS, --runs RUNS how often the benchmarks run
-v, --verbose more output
|