-
Notifications
You must be signed in to change notification settings - Fork 319
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
Add a high-level tutorial #79
Comments
Hm. Could I be of assistance? I think I could write a docs for this. |
A few things I found confusing that might help to address in the readme
|
Thanks for the comments. I think they're mostly addressed by the user guide I've added, but the short version is:
With the addition of the user guide, I think this issue is satisfied, at least for the time being. |
The user guide looks great, thanks!
|
@bheisler regarding nightly, you may want to have a look at the bencher crate. This is but a workaround, but runs on stable and is good enough for many applications. You may want to consider adopting their technique (volatile write) and offer the nightly version as a feature. That way criterion-rs could benefit far more users while retaining the full functionality. |
Ah, I wasn't aware of the bencher crate. Thanks, I'll take a look. |
I'm missing some documentation on, say, migrating a "standard" benchmark to a criterion benchmark.
The text was updated successfully, but these errors were encountered: