-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
77 lines (77 loc) · 1.9 KB
/
settings.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"concurrencyRepeat": 100,
"repeat": 1000,
"maxConcurrency": 400,
"warmUp": 10,
"maxConcurrencyPerInitiator": 10,
"runtimes": {
"kubeless": {
"sleep": {
"url": "http://127.0.0.1:8080/api/v1/proxy/namespaces/default/services/sleep:function-port/",
"payload": ""
},
"empty": {
"url": "http://127.0.0.1:8080/api/v1/proxy/namespaces/default/services/empty:function-port/"
}
},
"snafu": {
"sleep": {
"url": "http://localhost:10000/2015-03-31/functions/sleep.lambda_handler/invocations",
"payload": {
"seconds": 0
}
},
"empty": {
"url": "http://localhost:10000/2015-03-31/functions/empty.lambda_handler/invocations"
}
},
"openwhisk": {
"sleep": {
"url": "http://172.17.0.1:9001/api/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/serverlessmark/sleep",
"payload": ""
},
"empty": {
"url": "http://172.17.0.1:9001/api/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/serverlessmark/empty"
}
},
"openfaas": {
"sleep": {
"url": "http://localhost:8080/function/sleep",
"payload": ""
},
"empty": {
"url": "http://localhost:8080/function/empty"
}
},
"nuclio": {
"sleep": {
"url": "http://localhost:34653",
"payload": ""
},
"empty": {
"url": "http://localhost:43323"
}
},
"azure-functions-ct": {
"sleep": {
"url": "http://localhost:7071/api/sleep",
"payload": ""
},
"empty": {
"url": "http://localhost:7071/api/empty"
}
},
"fn": {
"sleep": {
"url": "http://localhost:8080/r/serverlessmark/sleep",
"payload": {
"seconds": 0
}
},
"empty": {
"url": "http://localhost:8080/r/serverlessmark/empty"
}
}
},
"sleep": 20
}