summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/perf/all.T
blob: a711a508554bae3d8814aa665a8fc1dc4a102947 (plain)
1
2
3
4
5
6
7
8
9
10
11
test('T10858',
     [compiler_stats_num_field('bytes allocated',
          [(wordsize(64), 241242968, 8) ]),
          # Initial:    222312440
          # 2016-12-19  247768192  Join points (#19288)
          # 2017-02-12  304094944  Type-indexed Typeable
          # 2017-02-25  275357824  Early inline patch
          # 2017-03-28  241242968  Run Core Lint less
      only_ways(['normal'])],
     compile,
     ['-O'])