|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "gwu",
|
|
|
|
"port": 10010,
|
|
|
|
"replenishment-period-us": 0,
|
|
|
|
"max-budget-us": 0,
|
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"route": "/fib",
|
|
|
|
"path": "fibonacci.wasm.so",
|
|
|
|
"admissions-percentile": 70,
|
|
|
|
"expected-execution-us": 6000,
|
|
|
|
"relative-deadline-us": 20000,
|
|
|
|
"http-resp-content-type": "text/plain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"route": "/fib2",
|
|
|
|
"path": "fibonacci.wasm.so",
|
|
|
|
"expected-execution-us": 10000000,
|
|
|
|
"admissions-percentile": 70,
|
|
|
|
"relative-deadline-us": 20000000,
|
|
|
|
"http-resp-content-type": "text/plain"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "conix",
|
|
|
|
"port": 10020,
|
|
|
|
"replenishment-period-us": 0,
|
|
|
|
"max-budget-us": 0,
|
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"route": "/fib",
|
|
|
|
"path": "fibonacci.wasm.so",
|
|
|
|
"admissions-percentile": 70,
|
|
|
|
"expected-execution-us": 6000,
|
|
|
|
"relative-deadline-us": 20000,
|
|
|
|
"http-resp-content-type": "text/plain"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|