Skip to content

Commit 52ea507

Browse files
committed
ab: ignore some block throughput metrics on m8g
block throughput metrics on m8g.metal instances for test scenarios using the async fio engine and more than 1 vcpu are volatile, so exclude them from A/B-testing. Suggested-by: Riccardo Mancini <mancio@amazon.com> Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 666b329 commit 52ea507

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/ab_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
{"fio_engine": "libaio", "metric": "clat_write"},
5252
# boot time metrics
5353
{"performance_test": "test_boottime", "metric": "resume_time"},
54+
# block throughput on m8g
55+
{"fio_engine": "libaio", "vcpus": 2, "instance": "m8g.metal-24xl"},
56+
{"fio_engine": "libaio", "vcpus": 2, "instance": "m8g.metal-48xl"},
5457
]
5558

5659

0 commit comments

Comments
 (0)