fix all clippies, update the name of the .cargo/config.toml file in t…#57
Open
zooko wants to merge 5 commits intobazhenov:devfrom
Open
fix all clippies, update the name of the .cargo/config.toml file in t…#57zooko wants to merge 5 commits intobazhenov:devfrom
zooko wants to merge 5 commits intobazhenov:devfrom
Conversation
…he README Denis, you might want to double-check that you intended to do that mut-from-ref thing. I just assumed it was okay and added the clippy setting to allow it.
added 3 commits
August 15, 2025 18:55
…sted and this is a unix platform My experimentation indicates that CLOCK_THREAD_CPUTIME_ID is better because it doesn't count time against your code-under-test while its thread is suspended. See bazhenov#53
because thread 'main' panicked at /Users/donaldturnworth/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.40/src/builder/debug_asserts.rs:112:17: Command compare: Short option names must be unique for each argument, but '-g' is in use by both 'gnuplot' and 'significant_only'
Owner
|
Unfortunately, we can't just swap out the standard timer with One thing we can do is to allow user to select specific timer when defining a benchmark. Somethings like that: benchmark_fn("sum", |b| b.timer(CpuTime).iter(|| sum(5000))) |
Owner
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…he README
Denis, you might want to double-check that you intended to do that mut-from-ref thing. I just assumed it was okay and added the clippy setting to allow it.