Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Experiment with loading matrix values from a file #3481

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

michaelpj
Copy link
Collaborator

The goal here is to avoid duplication of e.g. which versions of GHC we
support.

This is an experiment at the moment.

@michaelpj michaelpj force-pushed the mpj/dynamic-matrices branch 2 times, most recently from fbb432e to 1c746c2 Compare February 8, 2023 17:54
os: [ubuntu-latest]
ghc:
- '8.10.7'
- '9.2.5'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm unsure what to do here.

  • Benchmark on all GHC versions, why not?
  • Benchmark on GHC versions determined by some rule, e.g. the latest two versions?
  • Benchmark on some specific named versions

cc @pepeiborra

Copy link
Collaborator

Choose a reason for hiding this comment

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

We don't do automated regression analysis on benchmark results, so it doesn't really matter much. Benchmark on each ghc major version latest minor would be reasonable

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Okay, I'll add a note but I don't want to get into JSON processing right now :D

@michaelpj michaelpj marked this pull request as ready for review February 8, 2023 17:58
@michaelpj michaelpj requested a review from fendor February 8, 2023 17:58
@michaelpj
Copy link
Collaborator Author

Seems to work, and ensures that the jobs can't get out of sync any more!

The goal here is to avoid duplication of e.g. which versions of GHC we
support.

This is an experiment at the moment.
@michaelpj michaelpj force-pushed the mpj/dynamic-matrices branch from d4f69e2 to bd8e6a0 Compare February 13, 2023 10:15
@michaelpj michaelpj merged commit efbf253 into master Feb 13, 2023
wz1000 pushed a commit that referenced this pull request Mar 14, 2023
* Experiment with loading matrix values from a file

The goal here is to avoid duplication of e.g. which versions of GHC we
support.

This is an experiment at the moment.

* fix some warnings in hlint plugin
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants