| Index: tools/run-perf-test.cfg
|
| diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
|
| index 69bdc5a9c21377faeb8e6c6a59ddb99b9b70a731..02c8d8cea834c1bec21b0e194572add85e63acfd 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',
|
|
|