Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. ./run_benchmarks.sh
  2. ~/projects/luavela/tests/iponweb/perf ~/projects/luavela/tests
  3. Total CPU time for capi/chunks/luae_iterate.lua: 59.231s
  4. ~/projects/luavela/tests
  5. ~/projects/luavela/tests/iponweb/perf ~/projects/luavela/tests
  6. Total CPU time for capi/chunks/lua_next.lua: 83.602s
  7. ~/projects/luavela/tests
  8. ~/projects/luavela/tests/iponweb/perf ~/projects/luavela/tests
  9. Total CPU time for lapi/table.lua: 0.313s
  10. ~/projects/luavela/tests
  11. dev: JIT on against JIT off
  12. +--------------------+--------+--------+---------+-----------+--------+
  13. | Test | Ref | Dev | Got | Expected | Status |
  14. +--------------------+--------+--------+---------+-----------+--------+
  15. | k-nucleotide.lua | 7.870 | 5.320 | -32.40% | < -40.00% | OKISH |
  16. | recursive-ack.lua | 0.652 | 0.418 | -35.89% | < -50.00% | OKISH |
  17. | binary-trees.lua | 26.268 | 24.096 | -8.27% | < -5.00% | PASS |
  18. | chameneos.lua | 2.818 | 2.846 | +0.99% | < +5.00% | PASS |
  19. | coroutine-ring.lua | 8.920 | 8.836 | -0.94% | < +7.00% | PASS |
  20. | euler14-bit.lua | 50.734 | 4.896 | -90.35% | < -60.00% | PASS |
  21. | fannkuch.lua | 18.100 | 4.034 | -77.71% | < -50.00% | PASS |
  22. | fasta.lua | 6.092 | 3.362 | -44.81% | < -40.00% | PASS |
  23. | life.lua | 1.698 | 1.374 | -19.08% | < -5.00% | PASS |
  24. | mandelbrot.lua | 11.260 | 2.112 | -81.24% | < -50.00% | PASS |
  25. | mandelbrot-bit.lua | 17.770 | 1.294 | -92.72% | < -75.00% | PASS |
  26. | md5.lua | 21.858 | 1.256 | -94.25% | < -75.00% | PASS |
  27. | nbody.lua | 5.406 | 1.610 | -70.22% | < -60.00% | PASS |
  28. | partialsums.lua | 1.512 | 0.808 | -46.56% | < -20.00% | PASS |
  29. | pidigits-nogmp.lua | 8.242 | 2.812 | -65.88% | < -50.00% | PASS |
  30. | ray.lua | 8.614 | 1.930 | -77.59% | < -60.00% | PASS |
  31. | recursive-fib.lua | 60.718 | 29.708 | -51.07% | < -50.00% | PASS |
  32. | scimark-fft.lua | 30.612 | 3.572 | -88.33% | < -60.00% | PASS |
  33. | scimark-lu.lua | 23.282 | 2.294 | -90.15% | < -60.00% | PASS |
  34. | scimark-sor.lua | 16.032 | 1.976 | -87.67% | < -75.00% | PASS |
  35. | scimark-sparse.lua | 44.010 | 10.954 | -75.11% | < -60.00% | PASS |
  36. | series.lua | 1.314 | 0.928 | -29.38% | < -10.00% | PASS |
  37. | spectral-norm.lua | 13.490 | 0.638 | -95.27% | < -80.00% | PASS |
  38. +--------------------+--------+--------+---------+-----------+--------+
  39.  
  40. PASS
  41. dev: JIT on against JIT off
  42. +--------------------+--------+--------+---------+-----------+--------+
  43. | Test | Ref | Dev | Got | Expected | Status |
  44. +--------------------+--------+--------+---------+-----------+--------+
  45. | laurent.lua | 15.956 | 11.486 | -28.01% | < -30.00% | OKISH |
  46. | tf_idf.lua | 2.194 | 1.998 | -8.93% | < -10.00% | OKISH |
  47. | concat_int.lua | 8.312 | 3.386 | -59.26% | < +5.00% | PASS |
  48. | rindex-builtin.lua | 5.834 | 2.104 | -63.94% | < -30.00% | PASS |
  49. | rindex-lua.lua | 9.194 | 5.098 | -44.55% | < +10.00% | PASS |
  50. +--------------------+--------+--------+---------+-----------+--------+
  51.  
  52. PASS
  53. Overall: PASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement