We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a lot of low hanging fruit that can be done in terms of performance improvements.
cargo-bench
#[bench]
Bencher
The text was updated successfully, but these errors were encountered:
It may also be prudent to add some sort of performance logging in production, we're pulling in the chrono crate.
chrono
Sorry, something went wrong.
Flamegraphs were added to the docs
More benchmarks added
No branches or pull requests
There's a lot of low hanging fruit that can be done in terms of performance improvements.
cargo-bench
suite, currently only available on nightly (see Stabilize#[bench]
andBencher
? rust-lang/rust#66287).The text was updated successfully, but these errors were encountered: