Open
Bug 1961480
Opened 1 month ago
Updated 29 days ago
Testcase converting Day from Instant in Temporal spends a lot of time around MinorGC (N=5000000)
Categories
(Core :: JavaScript: Internationalization API, task, P3)
Core
JavaScript: Internationalization API
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
907 bytes,
text/html
|
Details |
Open the testcase
Instant inside the loop
N=5000000
- Firefox: https://share.firefox.dev/3Gc5N3d (10s)
- Chrome: Temporal not supported
Instant outside the loop
N=5000000
- Firefox: https://share.firefox.dev/4jlg8sv (9s)
- Chrome: Temporal not supported
Not the most perf-critical, but maybe something to improve here?
Updated•29 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•