Open
Bug 1821840
Opened 2 years ago
Updated 2 years ago
js demo comparing sorting speed (https://math.hws.edu/eck/js/sorting/xSortLab.html ) is slower in Nightly compared to Chrome
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Go to https://math.hws.edu/eck/js/sorting/xSortLab.html
Scroll down to the Timed sort demo
Set the following:
number of arrays: 1000
Items per array: 100000
Sorting ALgo: QuickSort
Nightly: 30 seconds (https://share.firefox.dev/3ys20b4)
Chrome: 20 seconds
Reporter | ||
Comment 1•2 years ago
|
||
Second test -
number of arrays: 1000
Items per array: 10000
Sorting ALgo: QuickSort
Nightly: 2.2 seconds
Chrome: 0.8 seconds
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•