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

Unified Diff: tools/perf/benchmarks/image_decoding.py

Issue 23618042: [telemetry] Add new benchmarks and rename them all. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
Index: tools/perf/benchmarks/image_decoding.py
diff --git a/tools/perf/benchmarks/image_decoding.py b/tools/perf/benchmarks/image_decoding.py
index 4b4f9fe0e078e58e7c9cd986075e77408cf51298..52d3a1afadcecdc137a8625e64b595060c33af1e 100644
--- a/tools/perf/benchmarks/image_decoding.py
+++ b/tools/perf/benchmarks/image_decoding.py
@@ -8,5 +8,4 @@ from measurements import image_decoding
class ImageDecodingToughImageCases(test.Test):
test = image_decoding.ImageDecoding
- # TODO: Rename this page set to tough_image_cases.json
- page_set = 'page_sets/image_decoding_measurement.json'
+ page_set = 'page_sets/image_decoding.json'

Powered by Google App Engine
This is Rietveld 408576698