Skip to content

Instantly share code, notes, and snippets.

@nagolove
Created August 9, 2019 10:43
Show Gist options
  • Save nagolove/1d1bcd021df020bcb8db0f947f44d48a to your computer and use it in GitHub Desktop.
Save nagolove/1d1bcd021df020bcb8db0f947f44d48a to your computer and use it in GitHub Desktop.
./run_benchmarks.sh
~/projects/luavela/tests/iponweb/perf ~/projects/luavela/tests
Total CPU time for capi/chunks/luae_iterate.lua: 59.231s
~/projects/luavela/tests
~/projects/luavela/tests/iponweb/perf ~/projects/luavela/tests
Total CPU time for capi/chunks/lua_next.lua: 83.602s
~/projects/luavela/tests
~/projects/luavela/tests/iponweb/perf ~/projects/luavela/tests
Total CPU time for lapi/table.lua: 0.313s
~/projects/luavela/tests
dev: JIT on against JIT off
+--------------------+--------+--------+---------+-----------+--------+
| Test | Ref | Dev | Got | Expected | Status |
+--------------------+--------+--------+---------+-----------+--------+
| k-nucleotide.lua | 7.870 | 5.320 | -32.40% | < -40.00% | OKISH |
| recursive-ack.lua | 0.652 | 0.418 | -35.89% | < -50.00% | OKISH |
| binary-trees.lua | 26.268 | 24.096 | -8.27% | < -5.00% | PASS |
| chameneos.lua | 2.818 | 2.846 | +0.99% | < +5.00% | PASS |
| coroutine-ring.lua | 8.920 | 8.836 | -0.94% | < +7.00% | PASS |
| euler14-bit.lua | 50.734 | 4.896 | -90.35% | < -60.00% | PASS |
| fannkuch.lua | 18.100 | 4.034 | -77.71% | < -50.00% | PASS |
| fasta.lua | 6.092 | 3.362 | -44.81% | < -40.00% | PASS |
| life.lua | 1.698 | 1.374 | -19.08% | < -5.00% | PASS |
| mandelbrot.lua | 11.260 | 2.112 | -81.24% | < -50.00% | PASS |
| mandelbrot-bit.lua | 17.770 | 1.294 | -92.72% | < -75.00% | PASS |
| md5.lua | 21.858 | 1.256 | -94.25% | < -75.00% | PASS |
| nbody.lua | 5.406 | 1.610 | -70.22% | < -60.00% | PASS |
| partialsums.lua | 1.512 | 0.808 | -46.56% | < -20.00% | PASS |
| pidigits-nogmp.lua | 8.242 | 2.812 | -65.88% | < -50.00% | PASS |
| ray.lua | 8.614 | 1.930 | -77.59% | < -60.00% | PASS |
| recursive-fib.lua | 60.718 | 29.708 | -51.07% | < -50.00% | PASS |
| scimark-fft.lua | 30.612 | 3.572 | -88.33% | < -60.00% | PASS |
| scimark-lu.lua | 23.282 | 2.294 | -90.15% | < -60.00% | PASS |
| scimark-sor.lua | 16.032 | 1.976 | -87.67% | < -75.00% | PASS |
| scimark-sparse.lua | 44.010 | 10.954 | -75.11% | < -60.00% | PASS |
| series.lua | 1.314 | 0.928 | -29.38% | < -10.00% | PASS |
| spectral-norm.lua | 13.490 | 0.638 | -95.27% | < -80.00% | PASS |
+--------------------+--------+--------+---------+-----------+--------+
PASS
dev: JIT on against JIT off
+--------------------+--------+--------+---------+-----------+--------+
| Test | Ref | Dev | Got | Expected | Status |
+--------------------+--------+--------+---------+-----------+--------+
| laurent.lua | 15.956 | 11.486 | -28.01% | < -30.00% | OKISH |
| tf_idf.lua | 2.194 | 1.998 | -8.93% | < -10.00% | OKISH |
| concat_int.lua | 8.312 | 3.386 | -59.26% | < +5.00% | PASS |
| rindex-builtin.lua | 5.834 | 2.104 | -63.94% | < -30.00% | PASS |
| rindex-lua.lua | 9.194 | 5.098 | -44.55% | < +10.00% | PASS |
+--------------------+--------+--------+---------+-----------+--------+
PASS
Overall: PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment