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

Unified Diff: chrome/test/data/indexeddb/perf_test.html

Issue 10575043: Initial checkin of a perf test suite for Indexed Database. This just has a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added copyright header Created 8 years, 5 months 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 | « chrome/test/data/indexeddb/perf_shared.js ('k') | chrome/test/data/indexeddb/perf_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/indexeddb/perf_test.html
diff --git a/chrome/test/data/indexeddb/perf_test.html b/chrome/test/data/indexeddb/perf_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..336e59ce264ae4a9e2196c9dfb0cdb0f7ea3dc08
--- /dev/null
+++ b/chrome/test/data/indexeddb/perf_test.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <title>IndexedDB perf test first try</title>
+ <script type="text/javascript" src="perf_shared.js"></script>
+ <script type="text/javascript" src="perf_test.js"></script>
+ </head>
+ <body onLoad="test()">
+ <div id="status">Starting...</div>
+ <div id="results"></div>
+ </body>
+</html>
+
« no previous file with comments | « chrome/test/data/indexeddb/perf_shared.js ('k') | chrome/test/data/indexeddb/perf_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698