diff options
Diffstat (limited to 'testsuite/tests/deriving/perf')
-rw-r--r-- | testsuite/tests/deriving/perf/all.T | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/testsuite/tests/deriving/perf/all.T b/testsuite/tests/deriving/perf/all.T index 4d88bc9ca5..a711a50855 100644 --- a/testsuite/tests/deriving/perf/all.T +++ b/testsuite/tests/deriving/perf/all.T @@ -1,13 +1,11 @@ test('T10858', [compiler_stats_num_field('bytes allocated', - [(platform('x86_64-unknown-mingw32'), 272402736, 8), - # 2017-02-19 272402736 (x64/Windows) - unknown - - (wordsize(64), 275357824, 8) ]), - # Initial: 476296112 + [(wordsize(64), 241242968, 8) ]), + # Initial: 222312440 # 2016-12-19 247768192 Join points (#19288) - # 2016-02-12 304094944 Type-indexed Typeable - # 2016-02-25 275357824 Early inline patch + # 2017-02-12 304094944 Type-indexed Typeable + # 2017-02-25 275357824 Early inline patch + # 2017-03-28 241242968 Run Core Lint less only_ways(['normal'])], compile, ['-O']) |