summaryrefslogtreecommitdiff
path: root/test.yaml
blob: 72ece83d0cd2c628424a3faa6c9da433b3ab9082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
git: /home/liw/obnam/obnam
obnam_config:
  repository-format: green-albatross
benchmarks:
  - name: empty_dir
    description: backup an empty directory
    steps:
      - live: exit 0
        obnam: backup
      - obnam: restore
  - name: many_files
    description: backup many small files
    steps:
      - live: genbackupdata . --create=10 --file-size=1
        obnam: backup
      - obnam: restore
      - obnam: backup
reports_dir: /home/liw/obnam/benchmarks/reports
html_dir: /home/liw/obnam/benchmarks/html
publish_html: echo PUBLISHING HTML HERE
state: /home/liw/obnam/benchmarks/state.yaml