summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/haddock/all.T
blob: a7bea9ab4cb0164eb9b7c24cacac7eb9c30e2bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105

test('haddock.base',
     [unless_in_tree_compiler(skip)
     ,if_wordsize(64,
          stats_num_field('peak_megabytes_allocated', 236,
                                                      248))
                                        # 2012-08-14: 240 (amd64/Linux)
                                        # 2012-09-18: 237 (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', 84794136, 2))
                                # 2012-08-14: 87374568 (amd64/Linux)
                                # 2012-08-21: 86428216 (amd64/Linux)
                                # 2012-09-20: 84794136 (amd64/Linux)
     ,if_wordsize(32,
          stats_range_field('max_bytes_used', 45574928, 1))
                                # 2012-08-14: 45574928 (x86/OSX)
     ,if_wordsize(64,
          stats_range_field('bytes allocated', 5902601224, 2))
                                 # 2012-08-14: 5920822352 (amd64/Linux)
                                 # 2012-09-20: 5829972376 (amd64/Linux)
                                 # 2012-10-08: 5902601224 (amd64/Linux)
     ,if_wordsize(32,
          stats_range_field('bytes allocated', 2955470952, 1))
                                 # 2012-08-14: 3046487920 (x86/OSX)
                                 # 2012-10-30: 2955470952 (x86/Windows)
      ],
     stats,
     ['../../../../libraries/base/dist-install/doc/html/base/base.haddock.t'])

test('haddock.Cabal',
     [unless_in_tree_compiler(skip)
     ,if_wordsize(64,
          stats_range_field('peak_megabytes_allocated', 217, 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)
     ,if_wordsize(32,
          stats_num_field('peak_megabytes_allocated', 80,
                                                      85))
                                        # 2012-08-14: 116 (x86/OSX)
                                        # 2012-10-30: 83 (x86/Windows)
     ,if_wordsize(64,
          stats_range_field('max_bytes_used', 80590280, 15))
                             # 2012-08-14: 74119424 (amd64/Linux)
                             # 2012-08-29: 77992512 (amd64/Linux, new codegen)
                             # 2012-10-02: 91341568 (amd64/Linux)
                             # 2012-10-08: 80590280 (amd64/Linux)
     ,if_wordsize(32,
          stats_range_field('max_bytes_used', 44224896, 5))
                             # 2012-08-14: 47461532 (x86/OSX)
                             # 2012-10-30: 44224896 (x86/Windows insreased range to 5%)
     ,if_wordsize(64,
          stats_range_field('bytes allocated', 3373401360, 2))
                             # 2012-08-14: 3255435248 (amd64/Linux)
                             # 2012-08-29: 3324606664 (amd64/Linux, new codegen)
                             # 2012-10-08: 3373401360 (amd64/Linux)
     ,if_wordsize(32,
          stats_range_field('bytes allocated', 1733638168, 1))
                             # 2012-08-14: 1648610180 (x86/OSX)
                             # 2012-10-30: 1733638168 (x86/Windows)
      ],
     stats,
     ['../../../../libraries/Cabal/Cabal/dist-install/doc/html/Cabal/Cabal.haddock.t'])

test('haddock.compiler',
     [unless_in_tree_compiler(skip)
     ,if_wordsize(64,
          stats_range_field('peak_megabytes_allocated', 1240, 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)
     ,if_wordsize(32,
          stats_num_field('peak_megabytes_allocated', 600,
                                                      610))
                                        # 2012-08-14: 631 (x86/OSX)
                                        # 2012-10-30: 606 (x86/Windows)
     ,if_wordsize(64,
          stats_range_field('max_bytes_used', 442768280, 2))
                                # 2012-08-14: 428775544 (amd64/Linux)
                                # 2012-09-20: 437618008 (amd64/Linux)
                                # 2012-10-08: 442768280 (amd64/Linux)
     ,if_wordsize(32,
          stats_range_field('max_bytes_used', 220847924, 1))
                                # 2012-08-14: 231064920 (x86/OSX)
                                # 2012-10-30: 220847924 (x86/Windows)
     ,if_wordsize(64,
          stats_range_field('bytes allocated', 26882813032, 1))
                              # 2012-08-14: 26,070,600,504 (amd64/Linux)
                              # 2012-08-29: 26,353,100,288 (amd64/Linux, new CG)
                              # 2012-09-18: 26,882,813,032 (amd64/Linux)
     ,if_wordsize(32,
          stats_range_field('bytes allocated', 13773051312, 1))
                                 # 2012-08-14: 13471797488 (x86/OSX)
                                 # 2012-10-30: 13773051312 (x86/Windows)
      ],
     stats,
     ['../../../../compiler/stage2/doc/html/ghc/ghc.haddock.t'])