Skip to content

ocaml-dune/dune-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dune benchmark

This repository contains a benchmark for Dune that we use to monitor the evolution of performances.

Running

./bench.sh [dune-binary]

What is it?

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