Closed
Bug 856813
Opened 12 years ago
Closed 12 years ago
add big Emscripten asm.js benchmarks to awfy
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: luke, Unassigned)
References
Details
It would be really useful to see the bullet, zlib, skinning, headless bananabench, and (soon) Box2D shell benchmarks running on awfy. For all engines, we could just measure total execution time, but for OdinMonkey, I'd also like to measure load time to make sure we don't regress that either.
Adding a new suite + graph is pretty easy these days so all that we need is the tests and harness to exist :)
For the assorted tests, Brian just re-used the SunSpider harness, which AWFY already knows how to parse. But pretty much you can dump output in whatever format you want, and I can tell AWFY how to read it.
Comment 2•12 years ago
|
||
Here is the emscripten benchmark suite,
http://dl.dropbox.com/u/80664946/em_bench_mar29_2013.zip
It would be great if we could remove the older emscripten tests from awft assorted-tests and add these. Best would be to run with both with and without OdinMonkey, is that possible?
Comment 3•12 years ago
|
||
(In reply to Alon Zakai (:azakai) from comment #2)
> Best would be to run with both with and without
> OdinMonkey, is that possible?
Can't you create an Ion+BC+TI+Odin JS configuration that runs the tests with OdinMonkey enabled (like was done for JM vs BC)?
Comment 4•12 years ago
|
||
I hope so, I just don't know how AWFY works, that's why I asked.
Reporter | ||
Comment 5•12 years ago
|
||
Many thanks to dvander.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•