| 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
|
|
|