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` .