Brook Heisler
Brook Heisler
Hello! Using the minimum as the estimator is not supported; the reason why is explained in more detail in the user guide but the short version is that sometimes (realistically,...
I guess my feeling is that a lot of people incorrectly believe they have deterministic algorithms, and would be prone to enabling such an option when they shouldn't. Anything that...
Hey, thanks for the suggestion and thanks for trying Criterion.rs. There's no way to do that in the current version, but it could probably be added in some future release.
Hey, thanks for the suggestion. I've been super busy IRL lately so it might be a while before I can get to this. I'll definitely have to dig into quantile...
I agree, it would make more sense for the benchmark author (who has a better understanding of what their benchmark is supposed to do than I could have) to make...
Thanks for the suggestion! Yeah, I've considered adding a quick-iteration mode, possibly based on a command line flag. It certainly would be useful.
Unfortunately, `miniserde` does not yet support serializing enums, which is needed for `Throughput`. I'll revisit this if/when that's added. I would also need to stop using `csv`'s integration with `serde`,...
`serde-derive` is the really heavy one, despite that it doesn't appear to have many dependencies. You're right that `serde-json` specifically isn't that heavy, but looking at the Criterion-rs compilation process...
I've tried using Rayon there, in fact. It was a while ago, though, so it might work better now. The problem I ran into is that, well, some of that...
That does look like it would help, yes.