| Index: tools/perf/run_measurement
|
| diff --git a/tools/perf/run_measurement b/tools/perf/run_measurement
|
| index 28cec9f5e7115b8b03fc40cc19525ddd9387ab2a..2e09dfc5c11ffb01d9e542ac54a13f658fb64d08 100755
|
| --- a/tools/perf/run_measurement
|
| +++ b/tools/perf/run_measurement
|
| @@ -65,8 +65,9 @@ def main():
|
| "loading_benchmark": "loading_measurement",
|
| "memory_benchmark": "memory_measurement",
|
| "rasterize_and_record_benchmark": "rasterize_and_record_benchmark",
|
| - "scrolling_benchmark": "smoothness_measurement",
|
| - "smoothness_benchmark": "smoothness_measurement",
|
| + "scrolling_benchmark": "smoothness",
|
| + "smoothness_benchmark": "smoothness",
|
| + "smoothness_measurement": "smoothness",
|
| "startup_benchmark": "startup_measurement"
|
| }
|
|
|
|
|