Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ocaml-dune/dune-bench
- Owner: ocaml-dune
- Created: 2021-03-10T14:00:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T13:58:54.000Z (over 1 year ago)
- Last Synced: 2023-07-11T14:41:46.525Z (over 1 year ago)
- Language: OCaml
- Size: 9.06 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```