Skip to content

Commit 3f5fe93

Browse files
kalyazinpb8o
authored andcommitted
test(boottime): kill vm on every iteration
If the VM is not killed, residual effects of VM execution from the previous iteration affect boot time measurements in the following iteration. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 91f68d4 commit 3f5fe93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests/performance/test_boottime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,4 @@ def test_boottime(
210210
boottime_us - build_time.microseconds,
211211
unit="Microseconds",
212212
)
213+
vm.kill()

0 commit comments

Comments
 (0)