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.
37 lines
810 B
37 lines
810 B
3 years ago
|
[
|
||
|
{
|
||
|
"name": "GWU",
|
||
|
"port": 20030,
|
||
|
"replenishment-period-us": 16000,
|
||
|
"max-budget-us": 144000,
|
||
|
"routes": [
|
||
|
{
|
||
|
"route": "/fib",
|
||
|
"path": "fibonacci.wasm.so",
|
||
|
"admissions-percentile": 70,
|
||
|
"expected-execution-us": 4000,
|
||
|
"relative-deadline-us": 16000,
|
||
|
"http-resp-size": 1024,
|
||
|
"http-resp-content-type": "text/plain"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "NNN",
|
||
|
"port": 10030,
|
||
|
"replenishment-period-us": 0,
|
||
|
"max-budget-us": 0,
|
||
|
"routes": [
|
||
|
{
|
||
|
"route": "/fib",
|
||
|
"path": "fibonacci.wasm.so",
|
||
|
"admissions-percentile": 70,
|
||
|
"expected-execution-us": 4000,
|
||
|
"relative-deadline-us": 16000,
|
||
|
"http-resp-size": 1024,
|
||
|
"http-resp-content-type": "text/plain"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|