Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 39581ec6 by Cheng Shao at 2026-01-28T06:58:40-05:00 ci: run perf test with -j$cores This patch makes the perf ci job compile Cabal with -j$cores to speed up the job. - - - - - 1 changed file: - .gitlab/ci.sh Changes: ===================================== .gitlab/ci.sh ===================================== @@ -835,6 +835,7 @@ function cabal_test() { run "$HC" \ -hidir tmp -odir tmp -fforce-recomp \ -dumpdir "$OUT/dumps" -ddump-timings \ + -j"$cores" \ +RTS --machine-readable "-t$OUT/rts.log" -RTS \ -ilibraries/Cabal/Cabal/src -XNoPolyKinds Distribution.Simple \ "$@" 2>&1 | tee $OUT/log View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/39581ec6f267e56484b082ee78013ca3... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/39581ec6f267e56484b082ee78013ca3... You're receiving this email because of your account on gitlab.haskell.org.