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.
sledge/runtime/experiments/payload/spec.json

61 lines
1.4 KiB

{
"active": true,
"name": "work1k",
"path": "work1k_wasm.so",
"port": 10000,
"expected-execution-us": 400,
"relative-deadline-us": 2000,
"argsize": 1,
"http-req-headers": [],
"http-req-content-type": "text/plain",
"http-req-size": 1548,
"http-resp-headers": [],
"http-resp-size": 1548,
"http-resp-content-type": "text/plain"
},
{
"active": true,
"name": "work10k",
"path": "work10k_wasm.so",
"port": 10001,
"expected-execution-us": 600,
"relative-deadline-us": 2000,
"argsize": 1,
"http-req-headers": [],
"http-req-content-type": "text/plain",
"http-req-size": 10480,
"http-resp-headers": [],
"http-resp-size": 10480,
"http-resp-content-type": "text/plain"
},
{
"active": true,
"name": "work100k",
"path": "work100k_wasm.so",
"port": 10002,
"expected-execution-us": 700,
"relative-deadline-us": 2000,
"argsize": 1,
"http-req-headers": [],
"http-req-content-type": "text/plain",
"http-req-size": 104800,
"http-resp-headers": [],
"http-resp-size": 104800,
"http-resp-content-type": "text/plain"
},
{
"active": true,
"name": "work1m",
"path": "work1m_wasm.so",
"port": 10003,
"expected-execution-us": 2000,
"relative-deadline-us": 6000,
"argsize": 1,
"http-req-headers": [],
"http-req-content-type": "text/plain",
"http-req-size": 1048776,
"http-resp-headers": [],
"http-resp-size": 1048776,
"http-resp-content-type": "text/plain"
}