| Index: tools/perf/benchmarks/scirra.py
|
| diff --git a/tools/perf/benchmarks/scirra.py b/tools/perf/benchmarks/scirra.py
|
| index e01bf0fe21630fc101302e477cc0759137b8ab90..90cd386364b4416fb845631ddc0d22150ffc1558 100644
|
| --- a/tools/perf/benchmarks/scirra.py
|
| +++ b/tools/perf/benchmarks/scirra.py
|
| @@ -50,6 +50,7 @@ class _ScirraMeasurement(page_measurement.PageMeasurement):
|
| results.Add('Count', 'count', total)
|
|
|
|
|
| +@benchmark.Disabled
|
| class ScirraBenchmark(benchmark.Benchmark):
|
| """WebGL and Canvas2D rendering benchmark suite."""
|
| test = _ScirraMeasurement
|
|
|