Code Review
/
yardstick.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Add test case description and modify task file for TC042"
[yardstick.git]
/
samples
/
lmbench_cache.yaml
1
---
2
# Sample benchmark task config file
3
# measure memory cache latency using lmbench
4
5
schema: "yardstick:task:0.1"
6
7
scenarios:
8
-
9
type: Lmbench
10
options:
11
test_type: "latency_for_cache"
12
line_size: 128
13
repetition: 1
14
warmup: 0
15
16
host: demeter.demo
17
18
runner:
19
type: Iteration
20
iterations: 2
21
interval: 1
22
23
sla:
24
max_latency: 35
25
action: monitor
26
27
context:
28
name: demo
29
image: yardstick-trusty-server
30
flavor: yardstick-flavor
31
user: ubuntu
32
33
servers:
34
demeter:
35
floating_ip: true
36
37
networks:
38
test:
39
cidr: '10.0.1.0/24'
40
41