Support run cyclictest on BareMetal
[yardstick.git] / samples / unixbench.yaml
1 ---
2 # Sample benchmark task config file
3 # measure CPU performance
4 # There is one sample scenario for Dhrystone
5 # Dhrystone (MIPS) - higher results are better, i.e. better integer performance.
6
7 schema: "yardstick:task:0.1"
8
9 scenarios:
10 -
11   type: UnixBench
12   options:
13     run_mode: 'verbose'
14     test_type: 'dhry2reg'
15   host: Chang'e.demo
16
17   runner:
18     type: Iteration
19     iterations: 1
20     interval: 1
21
22 context:
23   name: demo
24   image: yardstick-trusty-server
25   flavor: yardstick-flavor
26   user: ec2-user
27
28   servers:
29     Chang'e:
30       floating_ip: true
31
32   networks:
33     test:
34       cidr: '10.0.1.0/24'
35