Simon Jakobi pushed to branch wip/sjakobi/regression-tests-3 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/perf/compiler/all.T
    ... ... @@ -680,6 +680,12 @@ test ('T13253-spj',
    680 680
           ],
    
    681 681
           compile,
    
    682 682
           ['-v0 -O'])
    
    683
    +test ('T13820',
    
    684
    +      [ collect_compiler_stats('peak_megabytes_allocated', 5),
    
    685
    +        collect_compiler_stats('bytes allocated', 2),
    
    686
    +      ],
    
    687
    +      compile,
    
    688
    +      ['-v0'])
    
    683 689
     test ('T14766',
    
    684 690
           [ collect_compiler_stats('bytes allocated',2),
    
    685 691
             pre_cmd('python3 genT14766.py > T14766.hs'),