[commit: testsuite] master: Update expected perf results (ea99af5)
Ian Lynagh
igloo at earth.li
Sat Jun 8 22:20:06 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/ea99af540ec6ba1ed2ce2c7d9cac1e7ba84732e1
>---------------------------------------------------------------
commit ea99af540ec6ba1ed2ce2c7d9cac1e7ba84732e1
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Jun 8 20:43:36 2013 +0100
Update expected perf results
Reason for changes unknown.
>---------------------------------------------------------------
tests/perf/compiler/all.T | 12 +++++++++---
tests/perf/haddock/all.T | 6 ++++--
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 32aecbf..f086c77 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -105,11 +105,13 @@ test('T3294',
# previous: 815479800 (x86/Linux)
# (^ increase due to new codegen, see #7198)
# 2012-10-08: 1373514844 (x86/Linux)
- (wordsize(64), 2717327208, 5)]),
+ (wordsize(64), 2901451552, 5)]),
# old: 1357587088 (amd64/Linux)
# 29/08/2012: 2961778696 (amd64/Linux)
# (^ increase due to new codegen, see #7198)
# 18/09/2012: 2717327208 (amd64/Linux)
+ # 08/06/2013: 2901451552 (amd64/Linux)
+ # (^ reason unknown)
conf_3294
],
compile,
@@ -204,10 +206,12 @@ test('T5030',
[(wordsize(32), 259547660, 10),
# previous: 196457520
# 2012-10-08: 259547660 (x86/Linux, new codegen)
- (wordsize(64), 602993184, 10)]),
+ (wordsize(64), 538467496, 10)]),
# Previously 530000000 (+/- 10%)
# 17/1/13: 602993184 (x86_64/Linux)
# (new demand analyser)
+ # 2013-06-08 538467496 (x86_64/Linux)
+ # ^ reason unknown
only_ways(['normal'])
],
@@ -277,12 +281,14 @@ test('T5321FD',
# prev: 213380256
# 2012-10-08: 240302920 (x86/Linux)
# (increase due to new codegen)
- (wordsize(64), 406039584, 10)])
+ (wordsize(64), 476497048, 10)])
# prev: 418306336
# 29/08/2012: 492905640
# (increase due to new codegen)
# 15/05/2013: 406039584
# (reason for decrease unknown)
+ # 08/06/2013: 476497048
+ # (reason for increase unknown)
],
compile,[''])
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index 2ca09a1..cb62df2 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -44,11 +44,12 @@ test('haddock.base',
test('haddock.Cabal',
[unless(in_tree_compiler(), skip)
,stats_num_field('peak_megabytes_allocated',
- [(wordsize(64), 217, 10)
+ [(wordsize(64), 246, 10)
# 2012-08-14: 202 (amd64/Linux)
# 2012-08-29: 211 (amd64/Linux, new codegen)
# 2012-09-20: 227 (amd64/Linux)
# 2012-10-08: 217 (amd64/Linux)
+ # 2013-06-07: 246 (amd64/Linux) (reason unknown)
,(platform('i386-unknown-mingw32'), 116, 1)
# 2012-10-30: 83 (x86/Windows)
# 2013-02-10: 116 (x86/Windows)
@@ -99,11 +100,12 @@ test('haddock.compiler',
# 2012-08-14: 631 (x86/OSX)
# 2013-02-10: 663 (x86/OSX)
,stats_num_field('max_bytes_used',
- [(wordsize(64), 420105120, 10)
+ [(wordsize(64), 477593712, 10)
# 2012-08-14: 428775544 (amd64/Linux)
# 2012-09-20: 437618008 (amd64/Linux)
# 2012-10-08: 442768280 (amd64/Linux)
# 2012-11-12: 420105120 (amd64/Linux)
+ # 2013-06-08: 477593712 (amd64/Linux) (reason unknown)
,(platform('i386-unknown-mingw32'), 238529512, 1)
# 2012-10-30: 220847924 (x86/Windows)
# 2013-02-10: 238529512 (x86/Windows)
More information about the ghc-commits
mailing list