Skip to content

Commit 4a02df4

Browse files
committed
chore: ignore boot test resume_time metric in A/B
This metrics has very small numbers which makes it too volatile for A/B tests. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent d98419d commit 4a02df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ab_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
# block latencies if guest uses async request submission
5050
{"fio_engine": "libaio", "metric": "clat_read"},
5151
{"fio_engine": "libaio", "metric": "clat_write"},
52+
# boot time metrics
53+
{"performance_test": "test_boottime", "metric": "resume_time"},
5254
]
5355

5456

0 commit comments

Comments
 (0)