-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Conversation
fbb432e
to
1c746c2
Compare
os: [ubuntu-latest] | ||
ghc: | ||
- '8.10.7' | ||
- '9.2.5' |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
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.
1c746c2
to
d4f69e2
Compare
d4f69e2
to
bd8e6a0
Compare
* 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
The goal here is to avoid duplication of e.g. which versions of GHC we
support.
This is an experiment at the moment.