packages feed

chronos-bench 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -83,16 +83,16 @@   ] ``` -## Comparision+## Comparison  Comparing `chronos` to `bench` and `hyperfine`:  `chronos`-- intersperses all benchmarks, therefore allowing you fast comparisions+- intersperses all benchmarks, therefore allowing you fast comparisons - uses scientific notation - is more robust to external loads because ouf the interspersing (it will affect all benchmarks and not only some) - uses a number of significant digits according to the current standard error (so with time more digits are presented and not always 4 which is often the wrong thing to do)-- uses bars with confidence intervals on the command line for easy comparision+- uses bars with confidence intervals on the command line for easy comparison  Comparing `chronos` to `criterion`: 
chronos-bench.cabal view
@@ -1,7 +1,7 @@ cabal-version:       2.2  name:                chronos-bench-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Benchmarking tool with focus on comparing results. description:         This tool performs lazy benchmarking of functions and shell commands with continuous feedback and improving precision. license:             BSD-3-Clause