forked from spcl/serverless-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.json
More file actions
99 lines (99 loc) · 2.2 KB
/
java.json
File metadata and controls
99 lines (99 loc) · 2.2 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"experiments": {
"deployment": "aws",
"update_code": false,
"update_storage": false,
"download_results": false,
"architecture": "x64",
"container_deployment": false,
"runtime": {
"language": "java",
"version": "11"
},
"type": "invocation-overhead",
"perf-cost": {
"benchmark": "110.dynamic-html",
"experiments": ["cold", "warm", "burst", "sequential"],
"input-size": "test",
"repetitions": 50,
"concurrent-invocations": 50,
"memory-sizes": [128, 256]
},
"network-ping-pong": {
"invocations": 50,
"repetitions": 1000,
"threads": 1
},
"invocation-overhead": {
"repetitions": 5,
"N": 20,
"type": "payload",
"payload_begin": 1024,
"payload_end": 6251000,
"payload_points": 20,
"code_begin": 1048576,
"code_end": 261619712,
"code_points": 20
},
"eviction-model": {
"invocations": 1,
"function_copy_idx": 0,
"repetitions": 5,
"sleep": 1
}
},
"deployment": {
"name": "aws",
"aws": {
"region": "us-east-1",
"lambda-role": "",
"resources": {
"use-function-url": true,
"function-url-auth-type": "NONE"
}
},
"azure": {
"region": "westeurope"
},
"gcp": {
"region": "europe-west1",
"project_name": "",
"credentials": ""
},
"local": {
"storage": {
"address": "",
"mapped_port": -1,
"access_key": "",
"secret_key": "",
"instance_id": "",
"input_buckets": [],
"output_buckets": [],
"type": "minio"
}
},
"openwhisk": {
"shutdownStorage": false,
"removeCluster": false,
"wskBypassSecurity": "true",
"wskExec": "wsk",
"experimentalManifest": false,
"dockerhubRepository": null,
"docker_registry": {
"registry": "",
"username": "",
"password": ""
},
"storage": {
"address": "",
"mapped_port": -1,
"access_key": "",
"secret_key": "",
"instance_id": "",
"input_buckets": [],
"output_buckets": [],
"type": "minio"
}
}
}
}