Skip to content

Commit d541868

Browse files
committed
[docs] Add YAML config
1 parent 7151de1 commit d541868

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

config/local_deployment.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"experiments": {
3+
"deployment": "openwhisk",
4+
"update_code": false,
5+
"update_storage": false,
6+
"download_results": false,
7+
"runtime": {
8+
"language": "python",
9+
"version": "3.7"
10+
},
11+
"type": "invocation-overhead",
12+
"perf-cost": {
13+
"benchmark": "110.dynamic-html",
14+
"experiments": [
15+
"cold",
16+
"warm",
17+
"burst",
18+
"sequential"
19+
],
20+
"input-size": "test",
21+
"repetitions": 10,
22+
"concurrent-invocations": 5,
23+
"memory-sizes": [
24+
128
25+
]
26+
},
27+
"network-ping-pong": {
28+
"invocations": 50,
29+
"repetitions": 1000,
30+
"threads": 1
31+
},
32+
"invocation-overhead": {
33+
"repetitions": 5,
34+
"N": 20,
35+
"type": "payload",
36+
"payload_begin": 1024,
37+
"payload_end": 6251000,
38+
"payload_points": 20,
39+
"code_begin": 1048576,
40+
"code_end": 261619712,
41+
"code_points": 20
42+
},
43+
"eviction-model": {
44+
"invocations": 1,
45+
"function_copy_idx": 0,
46+
"repetitions": 5,
47+
"sleep": 1
48+
}
49+
},
50+
"deployment": {
51+
"name": "aws",
52+
"aws": {
53+
"region": "us-east-1",
54+
"lambda-role": ""
55+
},
56+
"azure": {
57+
"region": "westeurope"
58+
},
59+
"gcp": {
60+
"region": "europe-west1",
61+
"credentials": {
62+
"project-id": "applied-city-283512",
63+
"credentials-json": "/home/mcopik/polybox/work/Resources/keys_gcp/applied-city-283512-1910ca5cb87f.json"
64+
}
65+
},
66+
"local": {
67+
"storage": {
68+
"address": "172.17.0.2:9000",
69+
"mapped_port": 9011,
70+
"access_key": "Ppmxub_at_HLdf7WSJNaECoQxys_zJvK-NODGY3ttDA",
71+
"secret_key": "2c862d241981e18f0d6c61593b84a5f8ae18b45ac6a6fd82c4d59aae169aa7ca",
72+
"instance_id": "e464f5ed66cc06d13d7f4f575440b4843e82d42a3c3d8654f3833f2bfbf749a0",
73+
"output_buckets": [],
74+
"input_buckets": [],
75+
"type": "minio"
76+
}
77+
},
78+
"openwhisk": {
79+
"shutdownStorage": false,
80+
"removeCluster": false,
81+
"wskBypassSecurity": "true",
82+
"wskExec": "wsk",
83+
"experimentalManifest": false,
84+
"docker_registry": {
85+
"registry": "",
86+
"username": "",
87+
"password": ""
88+
},
89+
"storage": {
90+
"address": "",
91+
"mapped_port": -1,
92+
"access_key": "",
93+
"secret_key": "",
94+
"instance_id": "",
95+
"input_buckets": [],
96+
"output_buckets": [],
97+
"type": "minio"
98+
}
99+
}
100+
}
101+
}

0 commit comments

Comments
 (0)