summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-07 20:34:01 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-07 20:34:01 +0300
commit39a7e7bfa775cd7bd90abcc5b0a91519ec338b63 (patch)
tree22271afe6ae26a9c1d20de796fb628593c25cde8
parente98c8bb03a864c7f4627f3daa93110af85feeb94 (diff)
downloadobnam-benchmarks-39a7e7bfa775cd7bd90abcc5b0a91519ec338b63.tar.gz
Store reference times in production.yaml
-rw-r--r--production.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/production.yaml b/production.yaml
index 550e717..825bdd8 100644
--- a/production.yaml
+++ b/production.yaml
@@ -8,14 +8,18 @@ benchmarks:
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
publish_html: |