index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_benchmark.py
Age
Commit message (
Expand
)
Author
2014-01-07
make aggressiveVariableElimination usable through a setting
Alon Zakai
2014-01-07
make benchmark suite more robust to settings changes
Alon Zakai
2014-01-06
benchmark updates
Alon Zakai
2014-01-06
refactor lua benchmark
Alon Zakai
2014-01-06
option to benchmark multiple llvm versions, both native and js
Alon Zakai
2014-01-03
fix benchmark suite bug where args got appended
Alon Zakai
2014-01-03
disable fc in default benchmarks
Alon Zakai
2013-12-21
save each benchmark to a unique name
Alon Zakai
2013-12-21
benchmark fastcomp
Alon Zakai
2013-12-19
remove java_nbody from core benchmarks
Alon Zakai
2013-12-16
more benchmarking options
Alon Zakai
2013-12-16
fixes to get gcc to work on all benchmarks
Alon Zakai
2013-12-16
rename sm benchmark runner
Alon Zakai
2013-12-16
fix native benchmark printing of stderr
Alon Zakai
2013-12-16
gcc benchmarker
Alon Zakai
2013-12-16
option to run only core benchmarks
Alon Zakai
2013-12-16
add v8 benchmarker
Alon Zakai
2013-12-16
show f32 results in benchmarks
Alon Zakai
2013-12-16
disable closure in benchmarks
Alon Zakai
2013-12-16
refactor benchmark runner
Alon Zakai
2013-11-13
note on linpack
Alon Zakai
2013-11-12
simplify benchmark suite code
Alon Zakai
2013-11-11
remove unnecessary ltoing in benchmark suite
Alon Zakai
2013-11-11
add option for precise f32 in benchmarks
Alon Zakai
2013-11-11
benchmark linpack in both float and double modes
Alon Zakai
2013-08-12
Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hack
Anthony Pesch
2013-08-11
initial work on splitting up runner.py
Anthony Pesch