From 4f199454798db048c88ee6a89a466bfd8df2e8a1 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Tue, 28 Nov 2023 17:14:00 +0000 Subject: [PATCH] metrics: Widen libdir and size_hello_obj acceptance window af8816740d9b8759be1a22af8adcb5f13edeb61d shows that the libdir size can fluctuate quite significantly even when the change is quite small. Therefore we widen the acceptance window to 10%. --- testsuite/tests/perf/size/all.T | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/tests/perf/size/all.T b/testsuite/tests/perf/size/all.T index 0f507e0964e6..034c16a31954 100644 --- a/testsuite/tests/perf/size/all.T +++ b/testsuite/tests/perf/size/all.T @@ -1,3 +1,3 @@ -test('size_hello_obj', [collect_size(3, 'size_hello_obj.o')], compile, ['']) +test('size_hello_obj', [collect_size(5, 'size_hello_obj.o')], compile, ['']) -test('libdir',[stat_from_file('size', 3, 'SIZE')], makefile_test, ['libdir_size'] ) +test('libdir',[stat_from_file('size', 10, 'SIZE')], makefile_test, ['libdir_size'] ) -- GitLab