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

Unified Diff: content/test/gpu/gpu_tests/webgl_robustness.py

Issue 1217813005: [Telemetry] Modify CreatePageSet to CreateStorySet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ethan's comments Created 5 years, 6 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 | « content/test/gpu/gpu_tests/trace_test.py ('k') | tools/perf/benchmarks/benchmark_smoke_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl_robustness.py
diff --git a/content/test/gpu/gpu_tests/webgl_robustness.py b/content/test/gpu/gpu_tests/webgl_robustness.py
index 5819ba178b94f70928f54423491b5fa3256d787a..2ccae9f29346ab55011148127fa0740b497a9fe3 100644
--- a/content/test/gpu/gpu_tests/webgl_robustness.py
+++ b/content/test/gpu/gpu_tests/webgl_robustness.py
@@ -65,7 +65,7 @@ class WebglRobustness(benchmark.Benchmark):
def Name(cls):
return 'webgl_robustness'
- def CreatePageSet(self, options):
+ def CreateStorySet(self, options):
ps = page_set.PageSet(
base_dir=conformance_path,
serving_dirs=[''])
« no previous file with comments | « content/test/gpu/gpu_tests/trace_test.py ('k') | tools/perf/benchmarks/benchmark_smoke_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698