Skip to content

effekt-lang/effekt-plots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
GitHub Action
Apr 4, 2025
58ce17f · Apr 4, 2025
Feb 25, 2025
Mar 29, 2025
Apr 4, 2025
Apr 4, 2025
Mar 10, 2025
Apr 22, 2024
Nov 12, 2024
Mar 29, 2025
Nov 26, 2024
Apr 21, 2024
Feb 13, 2025
Apr 29, 2024
Aug 24, 2024
Apr 29, 2024
Aug 24, 2024

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