-
Notifications
You must be signed in to change notification settings - Fork 0
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
Why does --raw cause some benchmarks to fail? #8
Comments
Good call re: disabling. I think it is probably easier to fix Criterion's csv output (to include missing regressions) than it is to debug these problems with the binary output. |
This is relevant to haskell/criterion#88 We should probably collect a list of all the places we've found crashes/corruption do to these |
Good idea. I'll kick off a build with binary enabled and compile a fresh list of packages that fail with one of the aforementioned errors. |
These fail with
These fail with
|
We have successfully avoided this by not using binary reports, right? Close? |
Yep, this is no longer relevant to our needs. |
A nontrivial amount of benchmarks are failing when being written to binary format (
.crit
files, in our lingo), with one of two errors:Not a valid Unicode code point!
: Originates inbinary
bag tag <num>
: Originates incriterion
Either way, it's probably
criterion
being buggy. @rrnewton, do you think it's worth it to disable writing to binary format until we can figure out why this happens?The text was updated successfully, but these errors were encountered: