Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5804)

Unified Diff: chrome/test/functional/perf.py

Issue 8574067: Adding pyauto-based perf test for WebGL SpaceRocks demo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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."""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698