diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-04-30 09:57:07 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-04-30 22:42:38 -0400 |
commit | 821a9f98448a272ab3b27494e5174223e86cfa4e (patch) | |
tree | c9dd681d03d77140f4f4d7c2a04878d33e43bc67 /testsuite | |
parent | 41d9a79078b48b0e308be1fc61b9bd1b616c76c5 (diff) | |
download | haskell-821a9f98448a272ab3b27494e5174223e86cfa4e.tar.gz |
testsuite: Widen acceptance window of T13379
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 55b577acb4..3acc51154b 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -1082,8 +1082,9 @@ test('T12707', test('T13379', [ compiler_stats_num_field('bytes allocated', - [(wordsize(64), 411597856, 5), + [(wordsize(64), 411597856, 10), # initial: 411597856 + # widen window to 10%, Darwin had 449080520, a 9.1% difference ]), ], compile, |