Bug 203083 - [GTK] Perf tests IndexedDB/basic/index-cursor-delete.html and -update.html timeouts
Summary: [GTK] Perf tests IndexedDB/basic/index-cursor-delete.html and -update.html ti...
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-10-17 08:36 PDT by Carlos Alberto Lopez Perez
Modified: 2019-10-21 18:17 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2019-10-17 08:36:34 PDT
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.
Comment 1 Carlos Alberto Lopez Perez 2019-10-17 08:47:50 PDT
Committed r251235: <https://trac.webkit.org/changeset/251235>
Comment 2 Radar WebKit Bug Importer 2019-10-17 08:48:33 PDT
<rdar://problem/56371603>
Comment 3 Carlos Alberto Lopez Perez 2019-10-17 08:48:46 PDT
Above I marked the test as skipped for the GTK perf bot.
Comment 4 Radar WebKit Bug Importer 2019-10-17 08:49:04 PDT
<rdar://problem/56371619>
Comment 5 Carlos Alberto Lopez Perez 2019-10-21 18:07:13 PDT
It seems the test IndexedDB/basic/index-cursor-update.html is also timing out on the perf bot sometimes (not always)
Comment 6 Carlos Alberto Lopez Perez 2019-10-21 18:17:33 PDT
(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