Skip to content

SrGesus/AoC22-Benchmarks

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published