This repository contains a benchmark for Dune that we use to monitor the evolution of performances.
./bench.sh [dune-binary]
At the moment, this a build of patdiff and all its reverse dependencies. The repository was constructed as follow:s
$ opam repository add dune-universe git+https://github.com/dune-universe/opam-overlays.git
$ opam source patdiff.v0.16.0
$ cd patdiff.v0.16.0
$ opam monorepo lock --build-only --ocaml-version 4.14.1
$ opam monorepo pull