You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
550 B
25 lines
550 B
3 years ago
|
[
|
||
|
{
|
||
|
"name": "fibonacci_10",
|
||
|
"path": "fibonacci_wasm.so",
|
||
|
"port": 10010,
|
||
|
"expected-execution-us": 6000,
|
||
|
"admissions-percentile": 70,
|
||
|
"relative-deadline-us": 20000,
|
||
|
"http-req-size": 1024,
|
||
|
"http-resp-size": 1024,
|
||
|
"http-resp-content-type": "text/plain"
|
||
|
},
|
||
|
{
|
||
|
"name": "fibonacci_40",
|
||
|
"path": "fibonacci_wasm.so",
|
||
|
"port": 10040,
|
||
|
"expected-execution-us": 10000000,
|
||
|
"admissions-percentile": 70,
|
||
|
"relative-deadline-us": 20000000,
|
||
|
"http-req-size": 1024,
|
||
|
"http-resp-size": 1024,
|
||
|
"http-resp-content-type": "text/plain"
|
||
|
}
|
||
3 years ago
|
]
|