Commit Graph

13 Commits

Author SHA1 Message Date
Vinzent Steinberg 3853de8481 Fix clippy warnings 2019-07-08 17:32:44 +02:00
Vinzent Steinberg 0890aee3fb Clean up benchmarks 2019-07-08 17:32:42 +02:00
Vinzent Steinberg 9401f41558 Use Rust 2018 idioms 2019-07-08 16:04:59 +02:00
Vinzent Steinberg 5b8ace3fb4 Update benchmarks 2019-05-22 14:45:04 +02:00
Vinzent Steinberg b010d0cae6 Fix moments benchmark 2018-07-11 15:52:57 +02:00
Vinzent Steinberg 0faada0687 Fix benchmarks 2018-07-06 10:56:35 +02:00
Vinzent Steinberg a6a477d621 Benchmark generic vs. handwritten implementation of kurtosis
Also restore no_std and remove printing left over from debugging.
2018-01-11 19:37:25 +01:00
Vinzent Steinberg 20521ac22c Disable some noisy clippy warnings 2017-05-30 10:54:14 +02:00
Vinzent Steinberg 8c6c55190e Fix benchmarks
They were forgotten when renaming average to mean.
2017-05-28 21:19:12 +02:00
Vinzent Steinberg 12c3fd76d1 Add benchmark for `Min` 2017-05-24 19:17:52 +02:00
Vinzent Steinberg b371d3e8bc Correct benchmark
It was doing less work, because it did not calculate the variance.
2017-05-24 19:17:52 +02:00
Vinzent Steinberg 53b44d1a13 Add test comparing to streaming-stats 2017-05-05 16:40:23 +02:00
Vinzent Steinberg a5aa7df51d Make benchmarks work on stable 2017-05-05 16:20:44 +02:00