Skip to content

Commit f3913e1

Browse files
kalyazinroypat
authored andcommitted
test(buildkite): add pipeline for vhost-user-blk
This is to run vhost-user-blk performance tests along with other performance tests. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 7af69f5 commit f3913e1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.buildkite/pipeline_ab.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@
1515
)
1616

1717
perf_test = {
18-
"block": {
19-
"label": "🖴 Block Performance",
20-
"test_path": "integration_tests/performance/test_block_ab.py",
18+
"virtio-block": {
19+
"label": "🖴 Virtio Block Performance",
20+
"test_path": "integration_tests/performance/test_block_ab.py::test_block_performance",
21+
"devtool_opts": "-c 1-10 -m 0",
22+
},
23+
"vhost-user-block": {
24+
"label": "🖴 vhost-user Block Performance",
25+
"test_path": "integration_tests/performance/test_block_ab.py::test_block_vhost_user_performance",
2126
"devtool_opts": "-c 1-10 -m 0",
2227
},
2328
"network-latency": {

0 commit comments

Comments
 (0)