[Git][ghc/ghc][wip/T22317] Make T21839c's ghc/max threshold more forgiving

Sebastian Graf (@sgraf812) gitlab at gitlab.haskell.org
Thu Nov 17 17:26:13 UTC 2022



Sebastian Graf pushed to branch wip/T22317 at Glasgow Haskell Compiler / GHC


Commits:
2c52f215 by Sebastian Graf at 2022-11-17T18:26:05+01:00
Make T21839c's ghc/max threshold more forgiving

- - - - -


1 changed file:

- testsuite/tests/perf/compiler/all.T


Changes:

=====================================
testsuite/tests/perf/compiler/all.T
=====================================
@@ -646,7 +646,8 @@ test ('T20261',
 
 # Track perf of generics based binary instances
 test('T21839c',
-    [   collect_compiler_stats('all', 1),
+    [   collect_compiler_stats('all', 10),
+        collect_compiler_stats('bytes allocated', 1),
         only_ways(['normal'])],
     compile,
     ['-O'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2c52f215bfb5b3679087f57b8016646bd854bb63

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2c52f215bfb5b3679087f57b8016646bd854bb63
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221117/03e88eb5/attachment.html>


More information about the ghc-commits mailing list