diff options
Diffstat (limited to 'tools/run-perf-test.cfg')
-rw-r--r-- | tools/run-perf-test.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg index 69bdc5a..02c8d8c 100644 --- a/tools/run-perf-test.cfg +++ b/tools/run-perf-test.cfg @@ -29,9 +29,8 @@ Args: Sample config: config = { - 'command': './out/Release/performance_ui_tests' + - ' --gtest_filter=PageCyclerTest.Intl1File', - 'metric': 'times/t', + 'command': './tools/perf/run_measurement --browser=release blink_perf third_party/WebKit/PerformanceTests/Layout/floats_50_100.html', + 'metric': 'floats_50_100/floats_50_100', 'repeat_count': '20', 'max_time_minutes': '20', 'truncate_percent': '25', |