diff options
Diffstat (limited to 'doc/examples/bench.cpp')
-rw-r--r-- | doc/examples/bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/bench.cpp b/doc/examples/bench.cpp index e20c8eea5..20e6ec40b 100644 --- a/doc/examples/bench.cpp +++ b/doc/examples/bench.cpp @@ -74,7 +74,7 @@ void benchmark_algo(const std::string& algo, Algorithm_Factory& af = global_state().algorithm_factory(); std::map<std::string, double> speeds = - algorithm_benchmark(algo, milliseconds, rng, af); + algorithm_benchmark(algo, af, rng, milliseconds, 16*1024); std::cout << algo << ":"; |