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