summaryrefslogtreecommitdiff
path: root/spec.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'spec.yaml')
-rw-r--r--spec.yaml25
1 files changed, 25 insertions, 0 deletions
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