summaryrefslogtreecommitdiff
path: root/benchmark-specs/production.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark-specs/production.yaml')
-rw-r--r--benchmark-specs/production.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/benchmark-specs/production.yaml b/benchmark-specs/production.yaml
new file mode 100644
index 0000000..8a2c88c
--- /dev/null
+++ b/benchmark-specs/production.yaml
@@ -0,0 +1,27 @@
+description: >-
+ Reference times are against twice the time of rsync on the same data,
+ on the same machine.
+state: /home/liw/benchmark/state.yaml
+git: /home/liw/obnam/obnam
+obnam_config:
+ repository-format: green-albatross
+benchmarks:
+ - name: many_files
+ description: backup many small files
+ steps:
+ - live: genbackupdata . --create=100Ki --file-size=1 --quiet
+ obnam: backup
+ reference: 112
+ - obnam: restore
+ reference: 112
+ - obnam: backup
+ - name: one_big_file
+ description: backup one big file
+ steps:
+ - live: genbackupdata . --create=1G --file-size=999999T
+ obnam: backup
+ reference: 42
+ - obnam: restore
+ reference: 42
+reports_dir: /home/liw/benchmark/reports
+html_dir: /home/liw/benchmark/html