catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.91k stars 562 forks source link

How to disable measure timeline? #4637

Open tingshao opened 5 years ago

tingshao commented 5 years ago

Sorry that this might not be the right place to post this question, let me introduce my background:

We are performing some performance tests on browsers, we have our pages, js files, and we can calculate the perf results using our own js code. So we don't need the timeline metrics which seems will cost a lot of time for generating the results. Telemetry is indeed a good tool for us. So, is there someway to run telemetry benchmark tests and turn off the timeline metrics? thanks.