Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/perf/compiler/all.T
    ... ... @@ -819,7 +819,10 @@ test ('LookupFusion',
    819 819
           ['-O2 -package base'])
    
    820 820
     
    
    821 821
     test('T24471',
    
    822
    -     [req_th, collect_compiler_stats('all', 5)],
    
    822
    +     [ req_th,
    
    823
    +       collect_compiler_residency(15),
    
    824
    +       collect_compiler_stats('bytes allocated', 5),
    
    825
    +     ],
    
    823 826
          multimod_compile, ['T24471', '-v0 -O'])
    
    824 827
     
    
    825 828
     test ('T24582',