Adding pyauto-based perf test for WebGL SpaceRocks demo.

BUG=chromium-os:23108
TEST=None

Review URL: http://codereview.chromium.org/8574067

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110582 0039d316-1c4b-4281-b951-d872f2087c98
parent 9814a5bd
......@@ -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."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment