Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 586 Bytes

File metadata and controls

14 lines (10 loc) · 586 Bytes

Version Control System Benchmark

This is the benchmark code for the related blog post on Medium.

Running the Benchmark

Using SBT, the benchmark can be run by executing

$ sbt run

in a terminal. To tweak the configuration, adapt the cfg object at the beginning of the com.github.mlangc.vcs.bench.RaceInterpreters class.

Understanding the Code

This benchmark is implemented in purely functional Scala using ZIO.