-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmarks fail to run on GHC 7.10.3 #18
Comments
I'm not sure what to do with benchmarks that require large data file inputs. Do we really want large data files in the git repo (or much worse, in the distributed tarball)? But on the other hand it is nice to be able to run the benchmarks without any further prep. Any suggestions? What do other packages do? Assume a net connection and run scripts to fetch the data files from elsewhere? |
I'm confused on a more fundamental level here. What exactly is |
It's a file fetched by 'cabal update'. Lurks in |
Ah, I see. Interestingly, I don't see any file named
But I agree that bundling a huge tarball for benchmarking purposes is less than ideal. Off the top of my head, I'm not aware of any Haskell benchmarks in the wild that download prerequisite files from the Internet before running, but such a thing is possible with Alternatively, I'd be happy with an explanation of the steps you'd need (in the README or otherwise) to run before invoking the benchmark program. As an aside: is this |
Aye documenting in the README and/or in the error messages would be helpful |
Fixed in 7d0517d. |
Thanks! FWIW, my |
Yeah, potentially it could be anywhere depending on |
Steps to reproduce:
See also iu-parfunc/sc-haskell#7
The text was updated successfully, but these errors were encountered: