Closed
Bug 988875
Opened 11 years ago
Closed 11 years ago
jit-test/tests/auto-regress/bug782083.js is way too slow
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
556 bytes,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
time ../jit-test/jit_test.py --tbpl dbg32/js bug782083.js
real 0m25.113s
user 2m37.965s
sys 0m0.588s
The test in its current form is a waste of time because it's not really testing anything useful.
The attached patch reduces this from 25s to 1s on my machine.
Attachment #8397851 -
Flags: review?(bhackett1024)
Updated•11 years ago
|
Attachment #8397851 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•