nu_scripts/stdlib-candidate/tests
Maxim Uvarov 398cc82308
std bench improvement proposal (#873)
- removed usage of a new external command `math significant-digits`
- rounded precision to 4th digit including (max relative error of 0.05%)
- in `--pretty` I replaced abs `stddev` with relative `coefficient of
variation` (CV)

@amtoine, would you please take a look into my new variant once again? 
Maybe this time it will be good enough? 

<img width="804" alt="image"
src="https://github.com/nushell/nu_scripts/assets/4896754/49e62609-4301-4d5c-b1f5-d2c3355cb33e">
2024-06-08 09:31:29 -05:00
..
bench.nu std bench improvement proposal (#873) 2024-06-08 09:31:29 -05:00
bulk-rename.nu [stdlib-candidate] Clean up file bulk-rename a little (#798) 2024-03-30 16:19:06 -05:00
math.nu hotfix for significant-digits to not error if the input was 0 (#863) 2024-06-03 08:33:34 -05:00
mod.nu improve std bench and add significant-digits (#859) 2024-06-01 04:54:45 -05:00
record.nu Refactor stdlib-candidate for nupm (#790) 2024-03-16 13:57:05 +02:00
str_xpend.nu Clean up str append/prepend a little (#797) 2024-03-20 10:46:12 -05:00