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

Unified Diff: content/test/gpu/gpu_tests/gpu_process.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/context_lost.py ('k') | content/test/gpu/gpu_tests/gpu_rasterization.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/gpu_process.py
diff --git a/content/test/gpu/gpu_tests/gpu_process.py b/content/test/gpu/gpu_tests/gpu_process.py
index 4d0bee69eb1f9d430a31d07d2ba6b9e700360d81..baadb6068df3c7bf6894e37a8dd579775e7929d0 100644
--- a/content/test/gpu/gpu_tests/gpu_process.py
+++ b/content/test/gpu/gpu_tests/gpu_process.py
@@ -47,7 +47,7 @@ class GpuProcess(benchmark.Benchmark):
def CreateExpectations(self):
return expectations.GpuProcessExpectations()
- def CreatePageSet(self, options):
+ def CreateStorySet(self, options):
page_set = page_sets.GpuProcessTestsPageSet()
for page in page_set.pages:
page.script_to_evaluate_on_commit = test_harness_script
« no previous file with comments | « content/test/gpu/gpu_tests/context_lost.py ('k') | content/test/gpu/gpu_tests/gpu_rasterization.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698