Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 466 Bytes
  • Make sure you have sbt installed
  • run sbt
  • then run run <scene> <width> <height>
  • the output file will be written to out.ppm

Benchmark custom JVM version

Use Jabba to install a custom JVM version. For example, to run the benchmarks with GraalVM.

curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash && . ~/.jabba/jabba.sh
jabba install [email protected]
jabba use [email protected]
make bench