rune icon indicating copy to clipboard operation
rune copied to clipboard

Move rune benches into rune.

Open udoprog opened this issue 3 years ago • 0 comments

So we almost have all the support we need for benchmarks with the #[bench] attribute in order to replace all benchmarks that are currently written in Rust.

What's missing is the following:

  • [ ] Rune benches need to generate a compatible output.txt so that they work with https://rune-rs.github.io/rune/dev/bench
  • [ ] Rune benches need to process and present results better, so that among other things outliers are filtered and they can be presented in a manner similar to with cargo bench (or criterion).

udoprog avatar Dec 01 '21 21:12 udoprog