diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-07-20 16:08:57 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-07-20 16:08:57 +0200 |
| commit | 24371760a19ad234cd96b10a79afffcb95c4c293 (patch) | |
| tree | cab812fdfe2ae113f72067b9f380b2e522784493 | |
| parent | 25f5be955a1b4313e928f8f4125a5c761b6e6b3b (diff) | |
| download | allocbench-24371760a19ad234cd96b10a79afffcb95c4c293.tar.gz allocbench-24371760a19ad234cd96b10a79afffcb95c4c293.zip | |
add readme skeleton
| -rw-r--r-- | Readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..e69ebd7 --- /dev/null +++ b/Readme.md @@ -0,0 +1,10 @@ +# allocbench - benchmark tool for memory allocators + +to download allocbench just run +```shell +git clone https://muhq.space/software/allocbench.git +``` + +## Usage + + |
