Open
Bug 791897
Opened 12 years ago
Updated 2 years ago
BananaBread shell benchmark is 10% slower with IonMonkey
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: azakai, Unassigned)
Details
A benchmark of bananabread in the shell is available as follows:
1. git clone git@github.com:kripken/misc-js-benchmarks.git
2. cd banana/shell
3. edit runme.sh so js points to your spidermonkey shell
4. run ./runme.sh
Running it with --no-ion I get 8.74ms, while running it normally with IonMonkey I get 9.61ms per frame, almost 10% slower.
(With --ion-limit-script-size=off, it is a few percent faster than normal ion. But there are noticeable large pauses and the variance goes up.)
Reporter | ||
Updated•12 years ago
|
Blocks: gecko-games
Whiteboard: [games:p1]
Whiteboard: [games:p1]
No longer blocks: gecko-games
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•