summaryrefslogtreecommitdiffstats
path: root/samples/dummy.yaml
blob: e41ab9fba5d8d00a0c26c2dc32883c51fc2bceb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
# Sample benchmark task config file

schema: "yardstick:task:0.1"

scenarios:
-
  type: Dummy

  runner:
    type: Duration
    duration: 5
    interval: 1

context:
  type: Dummy