JS demo (https://www.fxhash.xyz/generative/4122 ) is quite slower in Nightly compared to Chrome
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
Go to https://www.fxhash.xyz/generative/4122 (The exact hash i profiled on was https://gateway.fxhash2.xyz/ipfs/QmTKLZcfeSL26a9ttf18drsT6r9J527y82dm6fL5iGUx9S/)
Click on "open"
Nightly: https://share.firefox.dev/3J9O6kv (relevant portion is the large 10second period near the beginning of the profile)
Chrome: https://share.firefox.dev/3j04zNn (Finishes in ~1 second)
Comment 1•3 years ago
|
||
Flame graph shows a ton of jemalloc time due to lock contention.
Updated•3 years ago
|
| Reporter | ||
Comment 2•2 years ago
|
||
Bug 1609478 reduced the time from 10s -> 8s
| Reporter | ||
Comment 3•2 years ago
•
|
||
Bug 1827258 part 4 improved this testcase from 8 seconds to 5 .5 seconds.
Since the time I filed this bug, the time has reduced by 50% :10s ->5s . Profile: https://share.firefox.dev/3KWHWU5
| Reporter | ||
Comment 4•1 year ago
|
||
Latest profile: https://share.firefox.dev/3LBNpjI
| Reporter | ||
Comment 5•1 year ago
|
||
Latest profile: https://share.firefox.dev/3NYplsC (there seems to be some inprovement)
| Reporter | ||
Comment 6•1 year ago
|
||
Latest profile: https://share.firefox.dev/496JwhV (4.4s)
| Reporter | ||
Comment 7•1 year ago
|
||
Latest: https://share.firefox.dev/4gLHmXJ (3.2s)
Nice improvement!
| Reporter | ||
Comment 8•1 year ago
|
||
Latest profile: https://share.firefox.dev/4jnagPJ
Updated•4 months ago
|
Description
•