diff options
Diffstat (limited to 'content/test/gpu/gpu_tests/webgl_conformance.py')
-rw-r--r-- | content/test/gpu/gpu_tests/webgl_conformance.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/webgl_conformance.py b/content/test/gpu/gpu_tests/webgl_conformance.py index 50d19f3..1de2fbb 100644 --- a/content/test/gpu/gpu_tests/webgl_conformance.py +++ b/content/test/gpu/gpu_tests/webgl_conformance.py @@ -103,6 +103,10 @@ class WebglConformance(benchmark_module.Benchmark): super(WebglConformance, self).__init__(max_failures=10) @classmethod + def Name(cls): + return 'webgl_conformance' + + @classmethod def AddBenchmarkCommandLineArgs(cls, group): group.add_option('--webgl-conformance-version', help='Version of the WebGL conformance tests to run.', |