summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-28 10:54:57 +0200
committerLars Wirzenius <liw@liw.fi>2015-10-28 10:54:57 +0200
commitda859589e5295e5d050abff73773c006cf81ead1 (patch)
tree788c0df339481cbaa0970c777c9e1ac47ba1187d
parentbe4cdcb5194c6cd879d3a5947dfff3e5ce4dfb7f (diff)
downloadobnam-benchmarks-da859589e5295e5d050abff73773c006cf81ead1.tar.gz
Add benchmark spec for FORMAT 6
-rw-r--r--e2obbench-6.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/e2obbench-6.yaml b/e2obbench-6.yaml
new file mode 100644
index 0000000..bd67a8c
--- /dev/null
+++ b/e2obbench-6.yaml
@@ -0,0 +1,37 @@
+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).
+
+ Reference times are against twice the time of rsync on the same data,
+ on the same machine.
+
+ This version is using FORMAT 6. It's meant to be identical to
+ e2obbench.yaml, except for the repository format.
+state: /home/liw/benchmark-state/state-6.yaml
+git: /home/liw/obnam/obnam
+obnam_config:
+ repository-format: 6
+benchmarks:
+ - name: many_files
+ description: backup many small files
+ steps:
+ - live: genbackupdata . --create=1M --file-size=1
+ obnam: backup
+ reference: 150
+ - obnam: restore
+ reference: 150
+ - obnam: backup
+ - name: one_big_file
+ description: backup one big file
+ steps:
+ - live: genbackupdata . --create=10G --file-size=999999T
+ obnam: backup
+ reference: 93
+ - obnam: restore
+ reference: 93
+reports_dir: /home/liw/benchmark-state/reports-6
+html_dir: /home/liw/benchmark-state/html-6
+publish_html: |
+ rsync -ahHSs --delete-after "$HOME/benchmark-state/." \
+ obbench@pieni.net:benchmark/e2obbench-6-v1/.