Open Bug 1821840 Opened 1 year ago Updated 3 months ago

JS demo that implements and tests different sorting algos (https://math.hws.edu/eck/js/sorting/xSortLab.html) is slower in Nightly compared to Chrome

Categories

(Core :: JavaScript Engine, task, P3)

task

Tracking

()

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

Second test -
number of arrays: 1000
Items per array: 10000
Sorting ALgo: QuickSort

Nightly: 2.2 seconds
Chrome: 0.8 seconds

Severity: -- → N/A
Priority: -- → P3
See Also: → 1855968
Summary: js demo comparing sorting speed (https://math.hws.edu/eck/js/sorting/xSortLab.html) is slower in Nightly compared to Chrome → JS demo that implements and tests different sorting algos (https://math.hws.edu/eck/js/sorting/xSortLab.html) is slower in Nightly compared to Chrome
You need to log in before you can comment on or make changes to this bug.