aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-07-23 18:17:41 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-07-23 18:17:41 +0200
commit28edd13a67fef43dc2664d1f03fc931657f9f19a (patch)
tree0923b708ab4eaac2e92869148f6a7f208061c44c /Readme.md
parent675bd9abd3e8228a936d1bcb8030912502b81c44 (diff)
downloadallocbench-28edd13a67fef43dc2664d1f03fc931657f9f19a.tar.gz
allocbench-28edd13a67fef43dc2664d1f03fc931657f9f19a.zip
update readme
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md20
1 files changed, 13 insertions, 7 deletions
diff --git a/Readme.md b/Readme.md
index 4643dc8..d4115c1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,15 +1,21 @@
# allocbench - benchmark tool for memory allocators
-to download allocbench just run
+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
+ usage: bench.py [-h] [-s] [-l] [-r RUNS] [-v] [-b BENCHMARKS [BENCHMARKS ...]]
+
+ benchmark memory allocators
+
+ 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
+ -b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...]
+ benchmarks to run