[commit: testsuite] master: Better perf (b11f209)
Simon Peyton Jones <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/b11f209e5337fd2b24da8d233edfd610c8a8872b >--------------------------------------------------------------- commit b11f209e5337fd2b24da8d233edfd610c8a8872b Author: Simon Peyton Jones <[email protected]> Date: Tue Oct 2 16:24:17 2012 +0100 Better perf >--------------------------------------------------------------- tests/perf/compiler/all.T | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T index 3a2a406..8093bdb 100644 --- a/tests/perf/compiler/all.T +++ b/tests/perf/compiler/all.T @@ -255,7 +255,8 @@ test('T5837', # sample: 3926235424 (amd64/Linux, 15/2/2012) if_wordsize(64, - compiler_stats_range_field('bytes allocated', 87254264, 10)) + compiler_stats_range_field('bytes allocated', 73017152, 10)) + # 2012-10-02 73017152 # 2012-09-20 87254264 amd64/Linux ], compile_fail,['-fcontext-stack=50'])