From 52a93d1235e83812221af6fbf686ecfd2aa2cf28 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 13 Mar 2016 09:18:24 +0200 Subject: Add initial benchmark spec --- spec.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 spec.yaml diff --git a/spec.yaml b/spec.yaml new file mode 100644 index 0000000..889e5fc --- /dev/null +++ b/spec.yaml @@ -0,0 +1,25 @@ +git: "git://git.liw.fi/obnam" +description: | + Benchmarks run on the e2obbench machine, which is a virtual machine + on Lars's home server (1 virtual CPU, 4 GiB RAM, disk space for + benchmarks via virtio and spinning drives on the host). + + These benchmarks use FORMAT GREEN ALBATROSS. +obnam_config: + repository-format: green-albatross + leave-checkpoints: yes + quiet: yes +benchmarks: + - name: 1megafiles + description: backup 1 million small files + steps: + - live: genbackupdata . --create=1M --file-size=1 + obnam: backup + - obnam: restore + - obnam: backup + - name: 10gigfile + description: backup one 10GiB file + steps: + - live: genbackupdata . --create=10G --file-size=999999T + obnam: backup + - obnam: restore -- cgit v1.2.1