Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: tools/perf/run_tests

Issue 22475007: telemetry: separated stats collection from metrics calculation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made GpuRenderingStats a class. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/metrics/smoothness_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/run_tests
diff --git a/tools/perf/run_tests b/tools/perf/run_tests
index 275e06466c691ad32c4bbd66f8d229ba4e146ad1..36eefbb5ef3977e026eebc4ae3de38912307f331 100755
--- a/tools/perf/run_tests
+++ b/tools/perf/run_tests
@@ -25,6 +25,9 @@ if __name__ == '__main__':
start_dir = 'perf_tools'
ret += run_tests.Main(sys.argv[1:], start_dir, top_level_dir, runner)
+ start_dir = 'metrics'
+ ret += run_tests.Main(sys.argv[1:], start_dir, top_level_dir, runner)
+
if runner.result:
runner.result.PrintSummary()
sys.exit(min(ret + runner.result.num_errors, 255))
« no previous file with comments | « tools/perf/metrics/smoothness_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698