summaryrefslogtreecommitdiff
path: root/README
blob: 7d7af93485bf2f45e18f831b7608261c5631760d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This git repo contains one or more benchmark specifications for use
with obbench, the Obnam benchmarking tool.

Notes for Lars to run these benchmarks, against a specific version,
specified using a git tag name, branch name, or commit id (below,
`ID`):

* Sync the `obnam-benchmark-specs` repository (this one) to the
  `obnam-bench` VM, the `~/src` directory.
* In the `obnam-bench` VM, as `liw`:
  - `cd ~/src`
  - `obnam-benchmark run --auto --obnam ID benchmarks.yaml`
    - replace `ID` with the version you want to use
* Copy the resulting JSON file to the `obnam-benchmark-results`
  repository.
  - ` scp "obnam-bench:src/*.json" .`
* Build report locally and review it.
  - `./report.sh *.json`
  <https://doc.obnam.org/obnam-benchmark-results/>.