Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 410 Bytes

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