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.
67 lines
1.6 KiB
67 lines
1.6 KiB
[
|
|
{
|
|
"name": "Admin",
|
|
"port": 55555,
|
|
"replenishment-period-us": 0,
|
|
"max-budget-us": 0,
|
|
"routes": [
|
|
{
|
|
"route": "/admin",
|
|
"path": "fibonacci.wasm.so",
|
|
"admissions-percentile": 50,
|
|
"expected-execution-us": 1000,
|
|
"relative-deadline-us": 10000,
|
|
"http-resp-content-type": "text/plain"
|
|
},
|
|
{
|
|
"route": "/terminator",
|
|
"path": "fibonacci.wasm.so",
|
|
"admissions-percentile": 50,
|
|
"expected-execution-us": 1000,
|
|
"relative-deadline-us": 10000,
|
|
"http-resp-content-type": "text/plain"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "long-000",
|
|
"port": 10000,
|
|
"replenishment-period-us": 0,
|
|
"max-budget-us": 0,
|
|
"routes": [
|
|
{
|
|
"route": "/fib1",
|
|
"path": "fibonacci.wasm.so",
|
|
"admissions-percentile": 60,
|
|
"expected-execution-us": 64500,
|
|
"relative-deadline-us": 322500,
|
|
"http-resp-content-type": "text/plain"
|
|
},
|
|
{
|
|
"route": "/fib2",
|
|
"path": "fibonacci.wasm.so",
|
|
"admissions-percentile": 60,
|
|
"expected-execution-us": 3600,
|
|
"relative-deadline-us": 18000,
|
|
"http-resp-content-type": "text/plain"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "short-000",
|
|
"port": 20000,
|
|
"replenishment-period-us": 0,
|
|
"max-budget-us": 0,
|
|
"routes": [
|
|
{
|
|
"route": "/fib",
|
|
"path": "fibonacci.wasm.so",
|
|
"admissions-percentile": 60,
|
|
"expected-execution-us": 3600,
|
|
"relative-deadline-us": 18000,
|
|
"http-resp-content-type": "text/plain"
|
|
}
|
|
]
|
|
}
|
|
]
|