aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-03-05 16:06:22 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-03-05 16:06:22 +0100
commitcf7f1bb43d365f8bf1dc045593018478249ea444 (patch)
treefb9caf1b5820641d01f596b70f611e31f19dad7a /doc
parent89a316bb41077f97f7c79c3568abd90eed6e8fc4 (diff)
downloadallocbench-cf7f1bb43d365f8bf1dc045593018478249ea444.tar.gz
allocbench-cf7f1bb43d365f8bf1dc045593018478249ea444.zip
update Readme
Diffstat (limited to 'doc')
-rw-r--r--doc/Benchmarks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Benchmarks.md b/doc/Benchmarks.md
index d747500..4ab0c02 100644
--- a/doc/Benchmarks.md
+++ b/doc/Benchmarks.md
@@ -4,7 +4,7 @@ A benchmark in the context of allocbench is a command usable with exec and a
list of all possible arguments. The command is executed and measured for each
permutation of the specified arguments and for each allocator to test.
-Benchmarks are implemented as python objects that have a function `run(runs, verbose)`.
+Benchmarks are implemented as python objects that have a function `run(runs)`.
Other non mandatory functions are:
* load