summaryrefslogtreecommitdiff
path: root/production.yaml
blob: 550e7175cf7f624f9d104b962b9fcf7becb6af57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
publish_html: |
  rsync -ahHSs --delete-after "$HOME/benchmark/." obbench@pieni.net:benchmark/.