File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
tests/integration_tests/performance Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 15
15
eager_map ,
16
16
CpuMap ,
17
17
get_firecracker_version_from_toml ,
18
- compare_versions ,
19
18
get_kernel_version ,
20
19
is_io_uring_supported ,
21
20
)
@@ -93,15 +92,6 @@ def snapshot_resume_measurements(vm_type):
93
92
"""Define measurements for snapshot resume tests."""
94
93
load_latency = LOAD_LATENCY_BASELINES [platform .machine ()][vm_type ]
95
94
96
- if is_io_uring_supported ():
97
- # There is added latency caused by the io_uring syscalls used by the
98
- # block device.
99
- load_latency ["target" ] += 115
100
- if compare_versions (get_kernel_version (), "5.4.0" ) > 0 :
101
- # Host kernels >= 5.4 add an up to ~30ms latency.
102
- # See: https://github.com/firecracker-microvm/firecracker/issues/2129
103
- load_latency ["target" ] += 30
104
-
105
95
latency = types .MeasurementDef .create_measurement (
106
96
"latency" ,
107
97
"ms" ,
You can’t perform that action at this time.
0 commit comments