Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.2 KB

AoC Compare (WIP)

This repository benchmarks a couple of Advent of Code repositories for fun, simply calculating their average runtimes using hyperfine.

This is also an attempt to just learn a little more about git (using submodules), and exercise a bit of automation.

How to Run

After cloning the repository, to run it first you'll have to clone the submodules, this can be done by simply running the Makefile:

make

Afterwards, you can run the benchmark of each day by running:

make run1

Dependencies

These are the main requirements for the benchmarks to run:

  • git
  • cargo
  • hyperfine
  • julia

Repositories Benchmarked

This is an attempt to benchmark the following repositories: