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

Issue 10575043: Initial checkin of a perf test suite for Indexed Database. This just has a (Closed)

Created:
8 years, 6 months ago by ericu
Modified:
8 years, 5 months ago
Reviewers:
jsbell
CC:
chromium-reviews, kinuko+watch, darin-cc_chromium.org, dgrogan, alecflett
Visibility:
Public.

Description

Initial checkin of a perf test suite for Indexed Database. This just has a tiny framework, a few tests of adding key-value pairs, and the mechanism to run it all and report results. This won't yet run on the bots. If this looks good, I'll start adding tests to cover more of the API. BUG=none TEST=self Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146173

Patch Set 1 #

Patch Set 2 : Remove junk from other branch. #

Total comments: 7

Patch Set 3 : Code review tweaks #

Patch Set 4 : added copyright header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -46 lines) Patch
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/indexeddb/perf_shared.js View 1 2 3 1 chunk +123 lines, -0 lines 0 comments Download
A chrome/test/data/indexeddb/perf_test.html View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/test/data/indexeddb/perf_test.js View 1 2 3 1 chunk +76 lines, -0 lines 0 comments Download
A + chrome/test/perf/indexeddb_uitest.cc View 5 chunks +16 lines, -46 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ericu
8 years, 6 months ago (2012-06-20 23:16:11 UTC) #1
jsbell
Looking good, mostly FYI notes. https://chromiumcodereview.appspot.com/10575043/diff/2001/chrome/test/data/indexeddb/perf_shared.js File chrome/test/data/indexeddb/perf_shared.js (right): https://chromiumcodereview.appspot.com/10575043/diff/2001/chrome/test/data/indexeddb/perf_shared.js#newcode3 chrome/test/data/indexeddb/perf_shared.js:3: window.IDBTransaction = window.IDBTransaction || ...
8 years, 6 months ago (2012-06-21 00:04:15 UTC) #2
jsbell
lgtm
8 years, 6 months ago (2012-06-21 00:04:25 UTC) #3
ericu
https://chromiumcodereview.appspot.com/10575043/diff/2001/chrome/test/data/indexeddb/perf_shared.js File chrome/test/data/indexeddb/perf_shared.js (right): https://chromiumcodereview.appspot.com/10575043/diff/2001/chrome/test/data/indexeddb/perf_shared.js#newcode3 chrome/test/data/indexeddb/perf_shared.js:3: window.IDBTransaction = window.IDBTransaction || window.webkitIDBTransaction || On 2012/06/21 00:04:16, ...
8 years, 5 months ago (2012-07-11 18:04:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/10575043/10001
8 years, 5 months ago (2012-07-11 18:05:24 UTC) #5
commit-bot: I haz the power
Presubmit check for 10575043-10001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-11 18:05:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/10575043/11006
8 years, 5 months ago (2012-07-11 18:22:10 UTC) #7
commit-bot: I haz the power
8 years, 5 months ago (2012-07-11 19:35:57 UTC) #8
Change committed as 146173

Powered by Google App Engine
This is Rietveld 408576698