Skip to content

Commit

Permalink
Bump haddock.base allocations
Browse files Browse the repository at this point in the history
I believe this is probably due to the recent RuntimeRep change.
  • Loading branch information
bgamari committed Feb 25, 2016
1 parent 52879d1 commit ebaa638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite/tests/perf/haddock/all.T
Expand Up @@ -5,7 +5,7 @@
test('haddock.base',
[unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
[(wordsize(64), 27812188000, 5)
[(wordsize(64), 30987348040, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
Expand All @@ -28,6 +28,7 @@ test('haddock.base',
# 2015-12-11: 11119767632 (amd64/Linux) - TypeInType (see #11196)
# 2015-12-17: 26282821104 (x86_64/Linux) - Update Haddock to master
# 2015-12-17: 27812188000 (x86_64/Linux) - Move Data.Functor.* into base
# 2016-02-25: 30987348040 (x86_64/Linux) - RuntimeRep

,(platform('i386-unknown-mingw32'), 4434804940, 5)
# 2013-02-10: 3358693084 (x86/Windows)
Expand Down

0 comments on commit ebaa638

Please sign in to comment.