rho-devel / rho

GNU General Public License v2.0
134 stars 23 forks source link

Improve benchmark script, fix JIT benchmarking #98

Closed llbit closed 8 years ago

llbit commented 8 years ago

JIT benchmarking now compiles rho with Clang, which is required for enabling the LLVM JIT compiler.

Added a few options to the runbench.py script: --skip-cr, --skip-jit, and --no-clean.