Index: chrome/test/functional/perf.py |
diff --git a/chrome/test/functional/perf.py b/chrome/test/functional/perf.py |
index d07e8a21fa71a8cee27788309ad46dc5ef21ac33..7960914586fefeccb8d4fab8b5addaf47b926dc8 100644 |
--- a/chrome/test/functional/perf.py |
+++ b/chrome/test/functional/perf.py |
@@ -659,6 +659,13 @@ class WebGLTest(BasePerfTest): |
'field.html'), |
'WebGLField') |
+ def testWebGLSpaceRocks(self): |
+ """Measures performance using the WebGL SpaceRocks demo.""" |
+ self._RunWebGLTest( |
+ self.GetFileURLForDataPath('pyauto_private', 'webgl', 'spacerocks', |
+ 'spacerocks.html'), |
+ 'WebGLSpaceRocks') |
+ |
class FileUploadDownloadTest(BasePerfTest): |
"""Tests that involve measuring performance of upload and download.""" |