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 41f87ee commit a589520Copy full SHA for a589520
tests/integration_tests/performance/test_snapshot_ab.py
@@ -43,12 +43,12 @@ def id(self):
43
def configure_vm(
44
self,
45
microvm_factory,
46
- guest_kernel_acpi,
+ guest_kernel,
47
rootfs,
48
) -> Microvm:
49
"""Creates the initial snapshot that will be loaded repeatedly to sample latencies"""
50
vm = microvm_factory.build(
51
52
53
monitor_memory=False,
54
)
0 commit comments