Runs benchmarks of the Effekt programming language and visualizes various metrics with plots.
- Clone repository recursively and (if needed) sync
effekt/
to newest commit - Install
sbt
- Generate data (also installs Effekt):
cd generate; ./main.sh; cd ..
- Compile ScalaJS to JavaScript:
sbt fastOptJS::webpack
- Open
index.html
in a browser