Replace gauge with tasty-bench#48
Merged
Merged
Conversation
c1c2367 to
919e62f
Compare
919e62f to
710f9c5
Compare
710f9c5 to
b120a57
Compare
adithyaov
reviewed
Apr 24, 2026
| PACKCHECK_URL=${PACKCHECK_GITHUB_URL}/${PACKCHECK_GITHUB_COMMIT}/packcheck.sh | ||
| if test ! -e "$PACKCHECK"; then $CURL -sL -o "$PACKCHECK" $PACKCHECK_URL; fi; | ||
| chmod +x $PACKCHECK | ||
| download_one () { |
Collaborator
There was a problem hiding this comment.
Is it possible to move this into a dedicated sh file?
Collaborator
Author
There was a problem hiding this comment.
Not sure if github has some way of refactoring it. But if you put it in a file, then you will have to download that file to execute it, and you will need this same code to download the downloader.
adithyaov
reviewed
Apr 24, 2026
| - name: Setup packcheck | ||
| shell: bash | ||
| run: | | ||
| if test -n "$SUBDIR"; then |
Collaborator
There was a problem hiding this comment.
Is it possible to move this into a dedicated sh file?
adithyaov
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stackage disabled the package because of gauge dependency.
Update: stackage only skipped the benchmarks, so looks like there is no issue there.
I have updated the CIs to include up to GHC 9.14.1 .
appveyor does not seem to be getting triggered, but I added a github windows CI.