forked from
gazagnaire.org/irmin
Persistent store with Git semantics: lazy reads, delayed writes, content-addressing
1; This benchmark must be built from the official Irmin-Eio workspace,
2; not from the irmini monorepo (library name conflict with "irmin").
3;
4; To build:
5; 1. Copy bench-eio/ into the Irmin workspace
6; 2. Uncomment the executable stanza below
7; 3. dune build bench-eio/main.exe
8;
9; Or use the bench/run_all.sh script which automates this.
10
11; (executable
12; (name main)
13; (libraries irmin irmin.mem irmin-pack irmin-pack.unix
14; irmin-fs irmin-fs.unix
15; irmin-git irmin-git.unix lwt_eio
16; eio_main unix)
17; (modules bench_common bench_irmin_eio bench_irmin_pack
18; bench_irmin_fs bench_irmin_git main))