2 # Sample benchmark task config file
3 # measure storage performance using fio
4 # Jinja2 Syntax is supported
5 # using built-in functions ( Jinja2 for-endfor construct ) to test complex tasks
6 # Test block sizes of 4KB, 8KB, 64KB, 1MB
7 # Test 5 workloads: 4 corners and 1 mixed :read, write, randwrite, randread, rw
8 schema: "yardstick:task:0.1"
11 {% for rw in ['read', 'write', 'randwrite', 'randread', 'rw'] %}
12 {% for bs in ['4k', '8k', '64k', '1024k'] %}
16 filename: /home/ubuntu/data.raw
31 image: yardstick-trusty-server
32 flavor: yardstick-flavor