From 73105e2f5a0b39f2f2bbc95c1548358675aa9a45 Mon Sep 17 00:00:00 2001 From: Ben Gamari <bgamari.foss@gmail.com> Date: Thu, 9 Jul 2015 04:40:49 -0400 Subject: [PATCH] Recenter performance numbers These are fairly small changes. I'm just going to recenter these and then focus on identifying the reason for the drift on master --- testsuite/tests/perf/compiler/all.T | 3 ++- testsuite/tests/perf/should_run/all.T | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index bd7e5d1ed963..22253a7e1830 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -607,10 +607,11 @@ test('T9872d', test('T9961', [ only_ways(['normal']), compiler_stats_num_field('bytes allocated', - [(wordsize(64), 663978160, 5), + [(wordsize(64), 617926624, 5), # 2015-01-12 807117816 Initally created # 2015-spring 772510192 Got better # 2015-05-22 663978160 Fix for #10370 improves it more + # 2015-07-09 617926624 Fix for #10527 improves it even more (wordsize(32), 375647160, 5) ]), ], diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 373121834761..af6d51dd4eb4 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -16,10 +16,11 @@ test('T3586', test('T4830', [stats_num_field('bytes allocated', - [(wordsize(64), 98248, 1), + [(wordsize(64), 98784, 1), # 127000 (amd64/Linux) # 2013-02-07: 99264 (amd64/Linux) # 2014-01-13: 98248 (amd64/Linux) due to #8647 + # 2015-07-09: 98784 (amd64/Linux) (wordsize(32), 70646, 3)]), # 2013-02-10: 69744 (x86/Windows) # 2013-02-10: 71548 (x86/OSX) @@ -276,12 +277,13 @@ test('T7507', omit_ways(['ghci']), compile_and_run, ['-O']) test('T7436', [stats_num_field('max_bytes_used', - [(wordsize(64), 60360, 1), + [(wordsize(64), 60296, 1), # 127000 (amd64/Linux) # 2013-02-07: 60360 (amd64/Linux) + # 2015-07-09: 60296 (amd64/Linux) (wordsize(32), 58434, 1)]), - # 2013-02-10: 58032 (x86/Windows) - # 2013-02-10: 58836 (x86/OSX) + # 2013-02-10: 58032 (x86/Windows) + # 2013-02-10: 58836 (x86/OSX) only_ways(['normal']) ], compile_and_run, -- GitLab