-
Notifications
You must be signed in to change notification settings - Fork 1
/
run.json
38 lines (38 loc) · 1 KB
/
run.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
{
"seed": 12345,
"workloads": [{
"type": "azure",
"parameters": {
"span": 600,
"n_functions": 10000,
"n_invocations": 300000,
"mem_hist":[0.48, 0.21, 0.16, 0.07, 0.05, 0.03],
"default_mem_hist":[0.48, 0.21, 0.16, 0.07, 0.05, 0.03],
"mem_bins":[0.5, 1.5, 2.5, 5.5, 10.5, 21.5, 42.5],
"default_mem_bins":[0.5, 1.5, 2.5, 5.5, 10.5, 21.5, 42.5],
"dist_mu": -7.85,
"dist_sigma": 2.75,
"CV": 1,
"dur_mu": -0.38,
"dur_sigma": 2.36,
"start_window": 0.1,
"start_load": 0.25,
"BP_percentage": 0.0
}
}],
"hosts": [
{
"amount": 1000,
"configs": {
"capacity": 32,
"invocation_per_host_cap": 1000,
"install_time": 2
}
}
],
"cluster": {
"configs": {
"host_local_queue": true
}
}
}