Skip to content

Commit 12be223

Browse files
committed
test(ab): exclude block latency metrics on ARM
they are incredibly volatile on ARM for some reason, with volatility of up to 151% when ran using the exact same firecracker binary. Signed-off-by: Patrick Roy <[email protected]>
1 parent d49a369 commit 12be223

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/ab_test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
{"instance": "m6a.metal", "performance_test": "test_network_tcp_throughput"},
4747
# Network throughput on m7a.metal
4848
{"instance": "m7a.metal-48xl", "performance_test": "test_network_tcp_throughput"},
49+
# block device latency metrics on ARM
50+
{"instance": "m6g.metal", "metric": "clat_read"},
51+
{"instance": "m6g.metal", "metric": "clat_write"},
52+
{"instance": "m7g.metal", "metric": "clat_read"},
53+
{"instance": "m7g.metal", "metric": "clat_write"},
54+
{"instance": "m8g-24xl.metal", "metric": "clat_read"},
55+
{"instance": "m8g-48xl.metal", "metric": "clat_write"},
4956
]
5057

5158

0 commit comments

Comments
 (0)