- Make sure you have sbt installed
- run
sbt
- then run
run <scene> <width> <height>
- the output file will be written to
out.ppm
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