We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188cc8d commit 3a289d3Copy full SHA for 3a289d3
tests/integration_tests/performance/test_boottime.py
@@ -111,7 +111,7 @@ def test_boottime(
111
"""Test boot time with different guest configurations"""
112
113
for _ in range(10):
114
- vm = microvm_factory.build(guest_kernel_acpi, rootfs_rw)
+ vm = microvm_factory.build(guest_kernel_acpi, rootfs_rw, monitor_memory=False)
115
vm.jailer.extra_args.update({"boot-timer": None})
116
vm.spawn()
117
vm.basic_config(
0 commit comments