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 04e45a1 commit aaff3d6Copy full SHA for aaff3d6
.buildkite/pipeline_ab.py
@@ -15,12 +15,18 @@
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
"timeout_in_minutes": 40,
23
},
24
+ "vhost-user-block": {
25
+ "label": "🖴 vhost-user Block Performance",
26
+ "test_path": "integration_tests/performance/test_block_vhost_user_ab.py",
27
+ "devtool_opts": "-c 1-10 -m 0",
28
+ "timeout_in_minutes": 40,
29
+ },
30
"network-latency": {
31
"label": "🖧 Network Latency",
32
"test_path": "integration_tests/performance/test_network_ab.py::test_network_latency",
0 commit comments