parent
574dd81791
commit
bf5f31adad
@ -1,30 +1,32 @@
|
||||
{
|
||||
"name": "ekf_first_iter",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream"
|
||||
},
|
||||
{
|
||||
"name": "ekf_second_iter",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream"
|
||||
},
|
||||
{
|
||||
"name": "ekf_third_iter",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "ekf_first_iter",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream"
|
||||
},
|
||||
{
|
||||
"name": "ekf_second_iter",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream"
|
||||
},
|
||||
{
|
||||
"name": "ekf_third_iter",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream"
|
||||
}
|
||||
]
|
@ -1,20 +1,22 @@
|
||||
{
|
||||
"name": "cifar10_rand",
|
||||
"path": "cifar10_wasm.so",
|
||||
"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"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "cifar10_rand",
|
||||
"path": "cifar10_wasm.so",
|
||||
"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"
|
||||
}
|
||||
]
|
@ -1,30 +1,32 @@
|
||||
{
|
||||
"name": "resize_small",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"name": "resize_medium",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"name": "resize_large",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "resize_small",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"name": "resize_medium",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"name": "resize_large",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png"
|
||||
}
|
||||
]
|
@ -1,30 +1,32 @@
|
||||
{
|
||||
"name": "lpd1",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "lpd2",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "lpd4",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "lpd1",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "lpd2",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "lpd4",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
@ -1,30 +1,32 @@
|
||||
{
|
||||
"name": "gocr_72_dpi",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_108_dpi",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_144_dpi",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "gocr_72_dpi",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_108_dpi",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_144_dpi",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
@ -1,30 +1,32 @@
|
||||
{
|
||||
"name": "gocr_mono",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_urw_gothic",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_lobster_2",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "gocr_mono",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_urw_gothic",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_lobster_2",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
@ -1,30 +1,32 @@
|
||||
{
|
||||
"name": "gocr_1_word",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_10_words",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_100_words",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "gocr_1_word",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_10_words",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr_100_words",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 36000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
@ -1,22 +1,24 @@
|
||||
{
|
||||
"name": "fibonacci_10",
|
||||
"path": "fibonacci_wasm.so",
|
||||
"port": 10010,
|
||||
"expected-execution-us": 6000,
|
||||
"admissions-percentile": 70,
|
||||
"relative-deadline-us": 20000,
|
||||
"http-req-size": 1024,
|
||||
"http-resp-size": 1024,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "fibonacci_40",
|
||||
"path": "fibonacci_wasm.so",
|
||||
"port": 10040,
|
||||
"expected-execution-us": 10000000,
|
||||
"admissions-percentile": 70,
|
||||
"relative-deadline-us": 20000000,
|
||||
"http-req-size": 1024,
|
||||
"http-resp-size": 1024,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "fibonacci_10",
|
||||
"path": "fibonacci_wasm.so",
|
||||
"port": 10010,
|
||||
"expected-execution-us": 6000,
|
||||
"admissions-percentile": 70,
|
||||
"relative-deadline-us": 20000,
|
||||
"http-req-size": 1024,
|
||||
"http-resp-size": 1024,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "fibonacci_40",
|
||||
"path": "fibonacci_wasm.so",
|
||||
"port": 10040,
|
||||
"expected-execution-us": 10000000,
|
||||
"admissions-percentile": 70,
|
||||
"relative-deadline-us": 20000000,
|
||||
"http-req-size": 1024,
|
||||
"http-resp-size": 1024,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
@ -1,50 +1,52 @@
|
||||
{
|
||||
"name": "ekf",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream"
|
||||
},
|
||||
{
|
||||
"name": "resize",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"name": "lpd",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10003,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 360000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "cifar10",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10004,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "ekf",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream"
|
||||
},
|
||||
{
|
||||
"name": "resize",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "image/png"
|
||||
},
|
||||
{
|
||||
"name": "lpd",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "gocr",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10003,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 360000,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "cifar10",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10004,
|
||||
"expected-execution-us": 5000,
|
||||
"relative-deadline-us": 50000,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
@ -1,40 +1,42 @@
|
||||
{
|
||||
"name": "work1k",
|
||||
"path": "work1k_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 400,
|
||||
"relative-deadline-us": 2000,
|
||||
"http-req-size": 1548,
|
||||
"http-resp-size": 1548,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "work10k",
|
||||
"path": "work10k_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 600,
|
||||
"relative-deadline-us": 2000,
|
||||
"http-req-size": 10480,
|
||||
"http-resp-size": 10480,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "work100k",
|
||||
"path": "work100k_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 700,
|
||||
"relative-deadline-us": 2000,
|
||||
"http-req-size": 104800,
|
||||
"http-resp-size": 104800,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "work1m",
|
||||
"path": "work1m_wasm.so",
|
||||
"port": 10003,
|
||||
"expected-execution-us": 2000,
|
||||
"relative-deadline-us": 6000,
|
||||
"http-req-size": 1048776,
|
||||
"http-resp-size": 1048776,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "work1k",
|
||||
"path": "work1k_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 400,
|
||||
"relative-deadline-us": 2000,
|
||||
"http-req-size": 1548,
|
||||
"http-resp-size": 1548,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "work10k",
|
||||
"path": "work10k_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 600,
|
||||
"relative-deadline-us": 2000,
|
||||
"http-req-size": 10480,
|
||||
"http-resp-size": 10480,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "work100k",
|
||||
"path": "work100k_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 700,
|
||||
"relative-deadline-us": 2000,
|
||||
"http-req-size": 104800,
|
||||
"http-resp-size": 104800,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "work1m",
|
||||
"path": "work1m_wasm.so",
|
||||
"port": 10003,
|
||||
"expected-execution-us": 2000,
|
||||
"relative-deadline-us": 6000,
|
||||
"http-req-size": 1048776,
|
||||
"http-resp-size": 1048776,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
@ -1,22 +1,24 @@
|
||||
{
|
||||
"name": "fibonacci_10",
|
||||
"path": "fibonacci_wasm.so",
|
||||
"port": 10010,
|
||||
"expected-execution-us": 6000,
|
||||
"admissions-percentile": 70,
|
||||
"relative-deadline-us": 20000,
|
||||
"http-req-size": 1024,
|
||||
"http-resp-size": 1024,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "fibonacci_40",
|
||||
"path": "fibonacci_wasm.so",
|
||||
"port": 10040,
|
||||
"expected-execution-us": 10000000,
|
||||
"admissions-percentile": 70,
|
||||
"relative-deadline-us": 20000000,
|
||||
"http-req-size": 1024,
|
||||
"http-resp-size": 1024,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "fibonacci_10",
|
||||
"path": "fibonacci_wasm.so",
|
||||
"port": 10010,
|
||||
"expected-execution-us": 6000,
|
||||
"admissions-percentile": 70,
|
||||
"relative-deadline-us": 20000,
|
||||
"http-req-size": 1024,
|
||||
"http-resp-size": 1024,
|
||||
"http-resp-content-type": "text/plain"
|
||||
},
|
||||
{
|
||||
"name": "fibonacci_40",
|
||||
"path": "fibonacci_wasm.so",
|
||||
"port": 10040,
|
||||
"expected-execution-us": 10000000,
|
||||
"admissions-percentile": 70,
|
||||
"relative-deadline-us": 20000000,
|
||||
"http-req-size": 1024,
|
||||
"http-resp-size": 1024,
|
||||
"http-resp-content-type": "text/plain"
|
||||
}
|
||||
]
|
@ -1,330 +1,332 @@
|
||||
{
|
||||
"name": "cifar10_1.5",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10018,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 4166,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_1.6",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10019,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 4443,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_1.7",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10020,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 4721,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_1.8",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10021,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 4999,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_1.9",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10022,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 5276,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_2.0",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10023,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 5554,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.5",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 237,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.6",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 253,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.7",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 269,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.8",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10003,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 284,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.9",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10004,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 300,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_2.0",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10005,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 316,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.5",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10006,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 692746,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.6",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10007,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 738930,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.7",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10008,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 785113,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.8",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10009,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 831296,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.9",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10010,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 877479,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_2.0",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10011,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 923662,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.5",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10012,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 47396,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.6",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10013,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 50555,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.7",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10014,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 53715,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.8",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10015,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 56875,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.9",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10016,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 60034,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_2.0",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10017,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 63194,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.5",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10018,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 208354,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.6",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10019,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 222245,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.7",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10020,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 236135,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.8",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10021,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 250025,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.9",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10022,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 263916,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_2.0",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10023,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 277806,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "cifar10_1.5",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10018,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 4166,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_1.6",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10019,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 4443,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_1.7",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10020,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 4721,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_1.8",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10021,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 4999,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_1.9",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10022,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 5276,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "cifar10_2.0",
|
||||
"path": "cifar10_wasm.so",
|
||||
"port": 10023,
|
||||
"expected-execution-us": 2777,
|
||||
"relative-deadline-us": 5554,
|
||||
"http-req-size": 4096,
|
||||
"http-resp-size": 128,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.5",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10000,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 237,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.6",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10001,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 253,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.7",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10002,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 269,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.8",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10003,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 284,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_1.9",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10004,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 300,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "ekf_2.0",
|
||||
"path": "ekf_wasm.so",
|
||||
"port": 10005,
|
||||
"expected-execution-us": 158,
|
||||
"relative-deadline-us": 316,
|
||||
"http-req-size": 1024000,
|
||||
"http-resp-size": 1024000,
|
||||
"http-resp-content-type": "application/octet-stream",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.5",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10006,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 692746,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.6",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10007,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 738930,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.7",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10008,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 785113,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.8",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10009,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 831296,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_1.9",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10010,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 877479,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "gocr_2.0",
|
||||
"path": "gocr_wasm.so",
|
||||
"port": 10011,
|
||||
"expected-execution-us": 461831,
|
||||
"relative-deadline-us": 923662,
|
||||
"http-req-size": 5335057,
|
||||
"http-resp-size": 5335057,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.5",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10012,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 47396,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.6",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10013,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 50555,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.7",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10014,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 53715,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.8",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10015,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 56875,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_1.9",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10016,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 60034,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "lpd_2.0",
|
||||
"path": "lpd_wasm.so",
|
||||
"port": 10017,
|
||||
"expected-execution-us": 31597,
|
||||
"relative-deadline-us": 63194,
|
||||
"http-req-size": 1002400,
|
||||
"http-resp-size": 1048576,
|
||||
"http-resp-content-type": "text/plain",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.5",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10018,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 208354,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.6",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10019,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 222245,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.7",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10020,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 236135,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.8",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10021,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 250025,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_1.9",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10022,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 263916,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
},
|
||||
{
|
||||
"name": "resize_2.0",
|
||||
"path": "resize_wasm.so",
|
||||
"port": 10023,
|
||||
"expected-execution-us": 138903,
|
||||
"relative-deadline-us": 277806,
|
||||
"http-req-size": 1524000,
|
||||
"http-resp-size": 1524000,
|
||||
"http-resp-content-type": "image/png",
|
||||
"admissions-percentile": 90
|
||||
}
|
||||
]
|
Loading…
Reference in new issue