Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
5b606aa1
Commit
5b606aa1
authored
Aug 27, 2013
by
Herbert Valerio Riedel
🕺
Browse files
Update `perf/haddock` expected values
This was caused by the Cabal 1.18-pre update perfomed via [
795fe083
/ghc]
parent
65b737fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/perf/haddock/all.T
View file @
5b606aa1
...
...
@@ -69,13 +69,14 @@ test('haddock.Cabal',
# 2012-08-14: 47461532 (x86/OSX)
# 2013-02-10: 46563344 (x86/OSX)
,
stats_num_field
('
bytes allocated
',
[(
wordsize
(
64
),
3
658801800
,
2
)
[(
wordsize
(
64
),
3
808466816
,
2
)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
# 2013-03-13: 3626604824 (amd64/Linux) Cabal updated
# 2013-03-28: 3517301864 (amd64/Linux) fixed #7796
# 2013-04-26: 3658801800 (amd64/Linux) Cabal updated
# 2013-08-26: 3808466816 (amd64/Linux) Cabal updated
,(
platform
('
i386-unknown-mingw32
'),
1906532680
,
1
)
# 2012-10-30: 1733638168 (x86/Windows)
# 2013-02-10: 1906532680 (x86/Windows)
...
...
@@ -88,11 +89,12 @@ test('haddock.Cabal',
test
('
haddock.compiler
',
[
unless
(
in_tree_compiler
(),
skip
)
,
stats_num_field
('
peak_megabytes_allocated
',
[(
wordsize
(
64
),
1
24
0
,
10
)
[(
wordsize
(
64
),
1
30
0
,
10
)
# 2012-08-14: 1203 (amd64/Linux)
# 2012-08-21: 1199 (amd64/Linux)
# 2012-09-20: 1228 (amd64/Linux)
# 2012-10-08: 1240 (amd64/Linux)
# 2013-08-26: 1250 (amd64/Linux) Cabal updated
,(
platform
('
i386-unknown-mingw32
'),
653
,
1
)
# 2012-10-30: 606 (x86/Windows)
# 2013-02-10: 653 (x86/Windows)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment