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.
27 lines
562 B
27 lines
562 B
[
|
|
{
|
|
"name": "gwu",
|
|
"port": 10000,
|
|
"replenishment-period-us": 0,
|
|
"max-budget-us": 0,
|
|
"routes": [
|
|
{
|
|
"route": "/fibonacci_10",
|
|
"path": "fibonacci.wasm.so",
|
|
"expected-execution-us": 6000,
|
|
"admissions-percentile": 70,
|
|
"relative-deadline-us": 20000,
|
|
"http-resp-content-type": "text/plain"
|
|
},
|
|
{
|
|
"route": "/fibonacci_40",
|
|
"path": "fibonacci.wasm.so",
|
|
"expected-execution-us": 10000000,
|
|
"admissions-percentile": 70,
|
|
"relative-deadline-us": 20000000,
|
|
"http-resp-content-type": "text/plain"
|
|
}
|
|
]
|
|
}
|
|
]
|