Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ocaml-dune/dune-bench

Benchmark for dune
https://github.com/ocaml-dune/dune-bench

Last synced: about 2 months ago
JSON representation

Benchmark for dune

Awesome Lists containing this project

README

        

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](https://github.com/janestreet/patdiff) and all its reverse
dependencies. The repository was constructed as follow:s

```console
$ 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
```