[Git][ghc/ghc][wip/perf-ci] FIXME: only try to count instructions
Hannes Siebenhandl (@fendor)
gitlab at gitlab.haskell.org
Thu May 23 14:33:59 UTC 2024
Hannes Siebenhandl pushed to branch wip/perf-ci at Glasgow Haskell Compiler / GHC
Commits:
afc38e30 by Fendor at 2024-05-23T16:33:48+02:00
FIXME: only try to count instructions
- - - - -
1 changed file:
- testsuite/driver/testutil.py
Changes:
=====================================
testsuite/driver/testutil.py
=====================================
@@ -80,7 +80,7 @@ def testing_metrics():
# All performance counters we consider to be stable enough in CI to
# test for.
def stable_perf_counters():
- return { 'instructions:u', 'branches:u' }
+ return { 'instructions:u' }
# Metrics which are testing residency information
def residency_testing_metrics():
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/afc38e308e546193d9d7ee32a2898fdf22077303
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/afc38e308e546193d9d7ee32a2898fdf22077303
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/20240523/bbdf1663/attachment.html>
More information about the ghc-commits
mailing list