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 7d72ac0 commit 5a898feCopy full SHA for 5a898fe
.buildkite/pipeline_ab.py
@@ -15,9 +15,14 @@
15
)
16
17
perf_test = {
18
- "block": {
19
- "label": "🖴 Block Performance",
20
- "test_path": "integration_tests/performance/test_block_ab.py",
+ "virtio-block": {
+ "label": "🖴 Virtio Block Performance",
+ "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",
26
"devtool_opts": "-c 1-10 -m 0",
27
},
28
"network-latency": {
0 commit comments