From 39329516dd23b56f54e2b31d337fc9a0bcd7a6ab Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Sat, 11 Apr 2020 16:01:05 +0300 Subject: [android, ios] Increase benchmark repetition count More repetitions give more stable results. --- benchmark/ios/ios_test_runner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/ios/ios_test_runner.cpp b/benchmark/ios/ios_test_runner.cpp index 25bd3add5d..fb88d3ed7f 100644 --- a/benchmark/ios/ios_test_runner.cpp +++ b/benchmark/ios/ios_test_runner.cpp @@ -12,7 +12,7 @@ EXPORT bool TestRunner::startTest(const std::string& basePath) { std::vector arguments = {"mbgl-benchmark-runner", - "--benchmark_repetitions=3", + "--benchmark_repetitions=10", "--benchmark_format=json", "--benchmark_out=" + basePath + "/benchmark/results.json"}; std::vector argv; -- cgit v1.2.1