Skip to content

Repository files navigation

Effekt Plots

Runs benchmarks of the Effekt programming language and visualizes various metrics with plots.

Usage

  1. Clone repository recursively and (if needed) sync effekt/ to newest commit
  2. Install sbt
  3. Generate data (also installs Effekt): cd generate; ./main.sh; cd ..
  4. Compile ScalaJS to JavaScript: sbt fastOptJS::webpack
  5. Open index.html in a browser