Skip to content

Replace gauge with tasty-bench#48

Merged
harendra-kumar merged 4 commits into
masterfrom
update-benchmarks
Apr 24, 2026
Merged

Replace gauge with tasty-bench#48
harendra-kumar merged 4 commits into
masterfrom
update-benchmarks

Conversation

@harendra-kumar
Copy link
Copy Markdown
Collaborator

@harendra-kumar harendra-kumar commented Apr 21, 2026

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.

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 () {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to move this into a dedicated sh file?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

- name: Setup packcheck
shell: bash
run: |
if test -n "$SUBDIR"; then
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to move this into a dedicated sh file?

@harendra-kumar harendra-kumar merged commit b752059 into master Apr 24, 2026
14 of 15 checks passed
@harendra-kumar harendra-kumar deleted the update-benchmarks branch April 24, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants