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 4ff58ad commit bc13498Copy full SHA for bc13498
.buildkite/pipeline_ab.py
@@ -15,11 +15,17 @@
15
)
16
17
perf_test = {
18
- "block": {
19
- "label": "🖴 Block Performance",
+ "virtio-block": {
+ "label": "🖴 Virtio Block Performance",
20
"test_path": "integration_tests/performance/test_block_ab.py",
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_vhost_user_ab.py",
26
+ "devtool_opts": "-c 1-10 -m 0",
27
+ "timeout_in_minutes": 40,
28
+ },
29
"network-latency": {
30
"label": "🖧 Network Latency",
31
"test_path": "integration_tests/performance/test_network_ab.py::test_network_latency",
0 commit comments