[Git][ghc/ghc][master] Testsuite: don't measure max residency for T27336
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: a938ab12 by sheaf at 2026-08-09T15:20:48-04:00 Testsuite: don't measure max residency for T27336 We really care more about total allocations for this test, so this commit removes the maximum residency measurement. - - - - - 1 changed file: - testsuite/tests/perf/compiler/all.T Changes: ===================================== testsuite/tests/perf/compiler/all.T ===================================== @@ -200,7 +200,6 @@ test('FamAppCachePerf', test('T27336', [ only_ways(['normal']) - , collect_compiler_residency(20) , collect_compiler_stats('bytes allocated',2) ], compile, View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a938ab120e85e62b2e784c376f815701... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a938ab120e85e62b2e784c376f815701... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Marge Bot (@marge-bot)