aboutsummaryrefslogtreecommitdiff
path: root/doc/Benchmarks.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Benchmarks.md')
-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