-
Notifications
You must be signed in to change notification settings - Fork 321
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
"No such file or directory" when running parts of benchmark #182
Comments
Hey, thanks for trying Criterion.rs, and thanks for the bug report! I think I'll have to investigate this one some more before I can say what's happening for sure. I thought the folder names were fixed now as well. I suppose it's always possible I missed something. |
You should be able to reproduce the problem by cloning this repo: https://github.com/robinst/criterion-example-string-inputs And then run:
|
This should be fixed in the next version. It runs your test case without issue, at least. Thanks again for the bug report! |
Thank you! |
I'm having a similar issue, but with "File name too long" instead (I'm using parametrised benchmark and value debug representation apparently exceeds the OS limits). |
With criterion v0.2.4 and a clean target directory, when I run the following in the syntect repo:
There are some errors in the output:
The errors seem to be coming from files that were filtered out (because I only ran benchmarks with "parse" in the name).
Also, I thought those kind of names would no longer be used with #142?
(Didn't have the time to create a minimal reproducible example yet, but if it's not clear what the problem is I can do that.)
The text was updated successfully, but these errors were encountered: