Bug 203083
Summary: | [GTK] Perf tests IndexedDB/basic/index-cursor-delete.html and -update.html timeouts | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | REOPENED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=203080 |
Carlos Alberto Lopez Perez
The test IndexedDB/basic/index-cursor-delete.html is constantly timing out on the GTK perf bot.
On my dev machine however it completes under a reasonable time:
$ Tools/Scripts/run-perf-tests IndexedDB/basic/index-cursor-delete.html
Running 1 tests
Running IndexedDB/basic/index-cursor-delete.html (1 of 1)
RESULT IndexedDB: basic: index-cursor-delete: Time= 23676.6875 ms
median= 23786.0 ms, stdev= 628.835604561 ms, min= 22485.0 ms, max= 25583.0 ms
RESULT IndexedDB: basic: index-cursor-delete: JSHeap= 373404.65 bytes
median= 385620.0 bytes, stdev= 23289.9897316 bytes, min= 327830.0 bytes, max= 399874.0 bytes
RESULT IndexedDB: basic: index-cursor-delete: Malloc= 129906892.8 bytes
median= 129290240.0 bytes, stdev= 3143556.10424 bytes, min= 123039744.0 bytes, max= 136171520.0 bytes
Finished: 2035.700874 s
So not sure what causes it to timeout on the GTK perf bot.
In any case, I will be skipping it on the GTK perf bot for now.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Committed r251235: <https://trac.webkit.org/changeset/251235>
Radar WebKit Bug Importer
<rdar://problem/56371603>
Carlos Alberto Lopez Perez
Above I marked the test as skipped for the GTK perf bot.
Radar WebKit Bug Importer
<rdar://problem/56371619>
Carlos Alberto Lopez Perez
It seems the test IndexedDB/basic/index-cursor-update.html is also timing out on the perf bot sometimes (not always)
Carlos Alberto Lopez Perez
(In reply to Carlos Alberto Lopez Perez from comment #5)
> It seems the test IndexedDB/basic/index-cursor-update.html is also timing
> out on the perf bot sometimes (not always)
Skipped it on r251406