diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2021-01-06 16:52:09 -0500 |
|---|---|---|
| committer | Ben Gamari <ben@well-typed.com> | 2021-02-19 13:49:34 -0500 |
| commit | 0db9cbdce12f4beaba378f107c0466485f861b9e (patch) | |
| tree | 85eed7b36f0cf06fb35f599033f39b6dc083a118 | |
| parent | f78f001c91736e31cdfb23959647226f9bd9fe6b (diff) | |
| download | haskell-wip/bump-nofib.tar.gz | |
Bump nofib submodulewip/bump-nofib
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| m--------- | nofib | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2321258808..8bfd24a418 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1179,7 +1179,7 @@ perf-nofib: popd rm -Rf tmp - export BOOT_HC=$GHC - - cabal update; cabal install -w "$BOOT_HC" --lib regex-compat + - cabal update; cabal install -w "$BOOT_HC" --lib parallel random stm regex-compat unboxed-ref - export PATH=$root/bin:$PATH - make -C nofib boot mode=fast -j$CPUS - "make -C nofib EXTRA_RUNTEST_OPTS='-cachegrind +RTS -V0 -RTS' NoFibRuns=1 mode=fast -j$CPUS 2>&1 | tee nofib.log" diff --git a/nofib b/nofib -Subproject cef118de79b16fc2dddc147393a46c20f126e4a +Subproject 69ff1b22ed16480facfb2525932d40a80673593 |
