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 4ab0c02..4aeb8a4 100644
--- a/doc/Benchmarks.md
+++ b/doc/Benchmarks.md
@@ -127,7 +127,7 @@ for number_of_runs
#### run hooks
-* `preallocator_hook((alloc_name, alloc_definition), current_run, verbose)` is called
+* `preallocator_hook((alloc_name, alloc_definition), current_run, environment, verbose)` is called
if available once per allocator before any command is executed. This hook may
be useful if you want to prepare stuff for each allocator. The mysql benchmark
uses this hook to start the mysql server with the current allocator.