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.
41 lines
984 B
41 lines
984 B
[
|
|
{
|
|
"name": "gwu",
|
|
"port": 1337,
|
|
"routes": [
|
|
{
|
|
"route": "/set",
|
|
"path": "scratch_storage_set.wasm.so",
|
|
"expected-execution-us": 10000000,
|
|
"admissions-percentile": 70,
|
|
"relative-deadline-us": 20000000,
|
|
"http-resp-content-type": "text/plain"
|
|
},
|
|
{
|
|
"route": "/get",
|
|
"path": "scratch_storage_get.wasm.so",
|
|
"expected-execution-us": 10000000,
|
|
"admissions-percentile": 70,
|
|
"relative-deadline-us": 20000000,
|
|
"http-resp-content-type": "text/plain"
|
|
},
|
|
{
|
|
"route": "/delete",
|
|
"path": "scratch_storage_delete.wasm.so",
|
|
"expected-execution-us": 10000000,
|
|
"admissions-percentile": 70,
|
|
"relative-deadline-us": 20000000,
|
|
"http-resp-content-type": "text/plain"
|
|
},
|
|
{
|
|
"route": "/upsert",
|
|
"path": "scratch_storage_upsert.wasm.so",
|
|
"expected-execution-us": 10000000,
|
|
"admissions-percentile": 70,
|
|
"relative-deadline-us": 20000000,
|
|
"http-resp-content-type": "text/plain"
|
|
}
|
|
]
|
|
}
|
|
]
|