Skip to content

Commit

Permalink
test: Update perf pipeline emojis
Browse files Browse the repository at this point in the history
The emojis where null characters due to not being supported in all
fonts. This commit updates them to fix this.

Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
  • Loading branch information
Jonathan Woollett-Light authored and JonathanWoollett-Light committed Dec 12, 2023
1 parent 8bc3ff3 commit 3f7f63a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
# has to be the node associated with the NUMA node from which we picked CPUs.
perf_test = {
"virtio-block": {
"label": "🖴 Virtio Block Performance",
"label": "💿 Virtio Block Performance",
"test_path": "integration_tests/performance/test_block_ab.py::test_block_performance",
"devtool_opts": "-c 1-10 -m 0",
},
"vhost-user-block": {
"label": "🖴 vhost-user Block Performance",
"label": "💿 vhost-user Block Performance",
"test_path": "integration_tests/performance/test_block_ab.py::test_block_vhost_user_performance",
"devtool_opts": "-c 1-10 -m 0",
"ab_opts": "--noise-threshold 0.1",
},
"network-latency": {
"label": "🖧 Network Latency",
"label": "📠 Network Latency",
"test_path": "integration_tests/performance/test_network_ab.py::test_network_latency",
"devtool_opts": "-c 1-10 -m 0",
},
"network-throughput": {
"label": "🖧 Network TCP Throughput",
"label": "📠 Network TCP Throughput",
"test_path": "integration_tests/performance/test_network_ab.py::test_network_tcp_throughput",
"devtool_opts": "-c 1-10 -m 0",
},
Expand Down

0 comments on commit 3f7f63a

Please sign in to comment.