-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun-hwnoise.json
56 lines (56 loc) · 1.48 KB
/
run-hwnoise.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"benchmarks": [
{
"name": "osnoise",
"ids": "1",
"mv-params": {
"global-options": [
{
"name": "global",
"params": [
{ "arg": "duration", "vals": [ "10" ], "role": "client" },
{ "arg": "smt", "vals": [ "off" ], "role": "client" },
{ "arg": "priority", "vals": [ "o:0" ], "role": "client", "enabled": "no" }
]
}
],
"sets": [
{
"include": "global",
"params": [
]
}
]
}
}
],
"tool-params": [
],
"tags": {
},
"endpoints": [
{
"type": "remotehosts",
"settings": {
"osruntime": "chroot"
},
"remotes": [
{
"engines": [
{ "role": "client", "ids": "1" }
],
"config": {
"host": "target-host.example.com",
"settings": {
"cpu-partitioning": true
}
}
}
]
}
],
"run-params": {
"num-samples": 1,
"max-sample-failures": 1
}
}