Skip to content

Commit ba2d97b

Browse files
committed
fix(a/b): ignore vsock tests on 7a
The throughput tests for vsock have been volatile since boost has no longer been disabled. Skip this for now while we investigate. Signed-off-by: Jack Thomson <jackabt@amazon.com>
1 parent 126efa8 commit ba2d97b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/ab_test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ def format_with_reduced_unit(value, unit):
120120
{"instance": "m6a.metal", "performance_test": "test_network_tcp_throughput"},
121121
# Network throughput on m7a.metal
122122
{"instance": "m7a.metal-48xl", "performance_test": "test_network_tcp_throughput"},
123+
# vsock throughput on m7a.metal
124+
{
125+
"instance": "m7a.metal-48xl",
126+
"performance_test": "test_vsock_throughput",
127+
"mode": "g2h",
128+
},
123129
# block latencies if guest uses async request submission
124130
{"fio_engine": "libaio", "metric": "clat_read"},
125131
{"fio_engine": "libaio", "metric": "clat_write"},

0 commit comments

Comments
 (0)