diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-02-15 15:46:17 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-02-15 15:46:17 +0100 |
| commit | b3b95381d7cc48b11ffaf8ee4cbb0a4fe8f6b6f5 (patch) | |
| tree | 526e803efedb315c0ded697395c6945f408f30f1 /Readme.md | |
| parent | 2b9746c966a43aec16e467822d3c79c999f8def8 (diff) | |
| download | allocbench-b3b95381d7cc48b11ffaf8ee4cbb0a4fe8f6b6f5.tar.gz allocbench-b3b95381d7cc48b11ffaf8ee4cbb0a4fe8f6b6f5.zip | |
explicitly set link label
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,14 +56,14 @@ doesn't run any benchmark just summarizes the loaded results ## Benchmarks You want to compare allocators with your own software or add a new benchmark, -have a look at [](doc/Benchmarks.md). +have a look at [doc/Benchmarks.md](doc/Benchmarks.md). ## Allocators By default tcmalloc, jemalloc, Hoard and your libc's allocator will be used if found and the `-a` option is not used. -For more control about used allocators have a look at [](doc/Allocators.md). +For more control about used allocators have a look at [doc/Allocators.md](doc/Allocators.md). ## License |
