Skip to content

Commit 6f89a17

Browse files
committed
test: run snapshot creation latency perf test in A/B and nightly
So we track the metric better Signed-off-by: Patrick Roy <[email protected]>
1 parent 5c520bc commit 6f89a17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/pipeline_perf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"snapshot-latency": {
4444
"label": "📸 Snapshot Latency",
45-
"tests": "integration_tests/performance/test_snapshot_ab.py::test_restore_latency integration_tests/performance/test_snapshot_ab.py::test_post_restore_latency",
45+
"tests": "integration_tests/performance/test_snapshot_ab.py::test_restore_latency integration_tests/performance/test_snapshot_ab.py::test_post_restore_latency integration_tests/performance/test_snapshot_ab.py::test_snapshot_create_latency",
4646
"devtool_opts": "-c 1-12 -m 0",
4747
},
4848
"population-latency": {

tests/integration_tests/performance/test_snapshot_ab.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def test_population_latency(
251251
raise RuntimeError("UFFD handler did not print population latency after 5s")
252252

253253

254+
@pytest.mark.nonci
254255
def test_snapshot_create_latency(
255256
microvm_factory,
256257
guest_kernel_linux_5_10,

0 commit comments

Comments
 (0)