Skip to content

Latest commit

 

History

History

scala

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  • 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