[wpt-sync] Sync PR 24493 - Add perf test for putAll
Categories
(Core :: Storage: IndexedDB, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24493 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24493
Details from upstream follow.
Numfor Mbiziwo-Tiapo <nums@google.com> wrote:
Add perf test for putAll
Add performance test for putAll similar to the recently added
performance test for put. Though there is currently no trace event for
IDBObjectStore:putAll this will be added soon so the speed of different
implementations of putAll can be compared against put.
Add newline charMerge branch 'putAllv3' into putAll-perf-test
Remove changes from virtual/stable/webexposed/
Implement putAll and add web platform test
This adds a simple putAll implementation that loops put. A basic web
platform test is added as well.Change-Id: I8fcc25ffacb64d15855da921eb14f3770df28694
Fix spacingAdd perf test for putAll
This adds a perf test for putAll based off the perf test for put in
idb-put.htmlAdd experimental flag
Implement putAll and add web platform test
This adds a simple putAll implementation that loops put. A basic web
platform test is added as well.Change-Id: Icab33cd38b21cbf24997ca9e2ee74dcf1383d187
Reviewed-on: https://chromium-review.googlesource.com/2283510
WPT-Export-Revision: 52bff0f3cde5406c517d8e47ee0dc5d4e3b387da
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
FAIL: 2
Safari
OK : 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/IndexedDB/idbobjectstore_putall.tentative.any.html
Data can be successfully inputted into an object store using putAll.: FAIL (Chrome: FAIL, Safari: FAIL)
/IndexedDB/idbobjectstore_putall.tentative.any.worker.html
Data can be successfully inputted into an object store using putAll.: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ba1ce4a1b301
https://hg.mozilla.org/mozilla-central/rev/21e008a560e1
Description
•