bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.52k stars 301 forks source link

Use alloca to address memory layout effects #744

Open PSeitz opened 10 months ago

PSeitz commented 10 months ago

Adresses #334

FilipAndersson245 commented 6 months ago

Seems quite straightforward and if this helps in reducing random changes between runs I'm all for this.

waywardmonkeys commented 2 months ago

@PSeitz Thanks for your contribution! Are you interested in updating this PR for the review comments or should we take it on?