summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-17 09:59:10 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-17 09:59:10 +0300
commit65f591183c2550566637c8a599caedda1944f0cf (patch)
treefc8b5413a7790239a8c670a61f1663c49640f2be
parent7352034af02d9dcc03b701ae64ed1cd84376ebb8 (diff)
downloadobnam-benchmarks-65f591183c2550566637c8a599caedda1944f0cf.tar.gz
Add a production benchmark spec file
This is used for real runs on the benchmark server.
-rw-r--r--production.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/production.yaml b/production.yaml
new file mode 100644
index 0000000..38d6ee7
--- /dev/null
+++ b/production.yaml
@@ -0,0 +1,20 @@
+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
+ - obnam: restore
+ - obnam: backup
+ - name: one_big_file
+ description: backup one big file
+ steps:
+ - live: genbackupdata . --create=1G --file-size=999999T
+ obnam: backup
+ - obnam: restore
+reports_dir: /home/liw/benchmark/reports
+html_dir: /home/liw/benchmark/html