summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-08-31 16:16:25 -0400
committerBen Gamari <ben@smart-cactus.org>2016-08-31 16:32:44 -0400
commitca6d0eb0f7d28b0245abc2b0783141101e51945f (patch)
treea35d41dae21113c4dba04c784e61f2b77575bc88
parent010b07aae082cb6b1f2a5db3deecc5997f6d9a6d (diff)
downloadhaskell-ca6d0eb0f7d28b0245abc2b0783141101e51945f.tar.gz
testsuite: Update bytes allocated of parsing001
Sadly I don't know precisely which commit regressed this, but it was quite recent. I'm not sure how this wasn't caught by my test builds.
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 3c8cbdabf9..0ecc7c21ea 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -428,8 +428,9 @@ test('T5631',
test('parsing001',
[compiler_stats_num_field('bytes allocated',
[(wordsize(32), 274000576, 10),
- (wordsize(64), 587079016, 5)]),
+ (wordsize(64), 682266448, 5)]),
# expected value: 587079016 (amd64/Linux)
+ # 2016-08-31: 682266448 (amd64/Linux)
only_ways(['normal']),
],
compile_fail, [''])