Skip to content

Commit a101fbd

Browse files
committed
ci(ab): split A/B tests into two steps
Now that we freed up a CI runner, split the snapshot tests into two runners, because all of them combined in the A/B setup take over 1 hour on some instances. Signed-off-by: Patrick Roy <[email protected]>
1 parent e735cb1 commit a101fbd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.buildkite/pipeline_perf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@
3737
},
3838
"snapshot-latency": {
3939
"label": "📸 Snapshot Latency",
40-
"test_path": "integration_tests/performance/test_snapshot_ab.py",
40+
"test_path": "integration_tests/performance/test_snapshot_ab.py::test_restore_latency integration_tests/performance/test_snapshot_ab.py::test_post_restore_latency",
41+
"devtool_opts": "-c 1-12 -m 0",
42+
},
43+
"population-latency": {
44+
"label": "📸 Memory Population Latency",
45+
"test_path": "integration_tests/performance/test_snapshot_ab.py::test_population_latency",
4146
"devtool_opts": "-c 1-12 -m 0",
4247
},
4348
"vsock-throughput": {

0 commit comments

Comments
 (0)