summaryrefslogtreecommitdiff
path: root/test.yaml
blob: cc8b9bedba5f15f780221001f624436c5de1a130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
        reference: 42
      - obnam: restore
        reference: 42
  - name: many_files
    description: backup many small files
    steps:
      - live: genbackupdata . --create=10 --file-size=1
        obnam: backup
        reference: 42
      - obnam: restore
        reference: 42
      - obnam: backup
reports_dir: /home/liw/obnam/benchmarks/test.dir/reports
html_dir: /home/liw/obnam/benchmarks/test.dir/html
publish_html: echo PUBLISHING HTML HERE
state: /home/liw/obnam/benchmarks/test.dir/state.yaml