[commit: testsuite] master: update haddock.base figures (43e279b)
Simon Marlow
marlowsd at gmail.com
Tue Jan 29 11:13:16 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/43e279b84bc9ab1cbd0fa850ff3cd45754db1f99
>---------------------------------------------------------------
commit 43e279b84bc9ab1cbd0fa850ff3cd45754db1f99
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Jan 29 09:55:18 2013 +0000
update haddock.base figures
>---------------------------------------------------------------
tests/perf/haddock/all.T | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index 5104ea9..07942bd 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -2,21 +2,23 @@
test('haddock.base',
[unless_in_tree_compiler(skip)
,if_wordsize(64,
- stats_range_field('peak_megabytes_allocated', 249, 10))
+ stats_range_field('peak_megabytes_allocated', 274, 10))
# 2012-08-14: 240 (amd64/Linux)
# 2012-09-18: 237 (amd64/Linux)
# 2012-11-12: 249 (amd64/Linux)
+ # 2013-01-29: 274 (amd64/Linux)
,if_wordsize(32,
stats_num_field('peak_megabytes_allocated', 110,
115))
# 2012-08-14: 144 (x86/OSX)
# 2012-10-30: 113 (x86/Windows)
,if_wordsize(64,
- stats_range_field('max_bytes_used', 87265136, 10))
+ stats_range_field('max_bytes_used', 96022312, 10))
# 2012-08-14: 87374568 (amd64/Linux)
# 2012-08-21: 86428216 (amd64/Linux)
# 2012-09-20: 84794136 (amd64/Linux)
# 2012-11-12: 87265136 (amd64/Linux)
+ # 2013-01-29: 96022312 (amd64/Linux)
,if_wordsize(32,
stats_range_field('max_bytes_used', 45574928, 1))
# 2012-08-14: 45574928 (x86/OSX)
More information about the ghc-commits
mailing list