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

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

Issue 337603005: Rename telemetry.test.Test to telemetry.benchmark.Benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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 cb07c552f50b65f74a5a036d08de0b25df70bc00..1f06100fb5358228eeb8cac7bc1076fcda8ae024 100644
--- a/content/test/gpu/gpu_tests/gpu_process.py
+++ b/content/test/gpu/gpu_tests/gpu_process.py
@@ -4,7 +4,7 @@
import gpu_process_expectations as expectations
import page_sets
-from telemetry import test
+from telemetry import benchmark
from telemetry.page import page_set
from telemetry.page import page_test
@@ -33,7 +33,7 @@ class _GpuProcessValidator(page_test.PageTest):
if not has_gpu_process:
raise page_test.Failure('No GPU process detected')
-class GpuProcess(test.Test):
+class GpuProcess(benchmark.Benchmark):
"""Tests that accelerated content triggers the creation of a GPU process"""
test = _GpuProcessValidator
page_set = page_sets.GpuProcessTestsPageSet
« no previous file with comments | « content/test/gpu/gpu_tests/context_lost.py ('k') | content/test/gpu/gpu_tests/hardware_accelerated_feature.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698