summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/perf/all.T
blob: a13a6aa7b9789cb7d41949c8905115f232554854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
test('T10858',
     [compiler_stats_num_field('bytes allocated',
          [(platform('x86_64-unknown-mingw32'), 272402736, 8),
          # 2017-02-19  272402736  (x64/Windows) - unknown

          (wordsize(64), 304094944, 8) ]),
          # Initial:    476296112
          # 2016-12-19  247768192  Join points (#19288)
          # 2016-02-12  304094944  Type-indexed Typeable
      only_ways(['normal'])],
     compile,
     ['-O'])