parent
69a6cbaa46
commit
42b42e0f1c
@ -1,22 +1,26 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "cifar10_rand",
|
"name": "gwu",
|
||||||
"path": "cifar10.wasm.so",
|
|
||||||
"port": 10000,
|
"port": 10000,
|
||||||
"expected-execution-us": 5000,
|
"routes": [
|
||||||
"relative-deadline-us": 50000,
|
{
|
||||||
"http-req-size": 4096,
|
"route": "/rand",
|
||||||
"http-resp-size": 128,
|
"path": "cifar10.wasm.so",
|
||||||
"http-resp-content-type": "text/plain"
|
"expected-execution-us": 5000,
|
||||||
},
|
"relative-deadline-us": 50000,
|
||||||
{
|
"http-req-size": 4096,
|
||||||
"name": "cifar10_same",
|
"http-resp-size": 128,
|
||||||
"path": "cifar10.wasm.so",
|
"http-resp-content-type": "text/plain"
|
||||||
"port": 10001,
|
},
|
||||||
"expected-execution-us": 5000,
|
{
|
||||||
"relative-deadline-us": 50000,
|
"route": "/same",
|
||||||
"http-req-size": 4096,
|
"path": "cifar10.wasm.so",
|
||||||
"http-resp-size": 128,
|
"expected-execution-us": 5000,
|
||||||
"http-resp-content-type": "text/plain"
|
"relative-deadline-us": 50000,
|
||||||
|
"http-req-size": 4096,
|
||||||
|
"http-resp-size": 128,
|
||||||
|
"http-resp-content-type": "text/plain"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in new issue