| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Co-authored-by: Vasco Schiavo <115561717+VascoSch92@users.noreply.github.com>
Separating out fix from adding seoncds_n_decimal
CodSpeed Performance ReportMerging #826 will not alter performanceComparing Solipsistmonkey:master (f454f09) with master (b45e22d) Summary✅ 1 untouched benchmarks |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I noticed that Duration(milliseconds=10).in_words() would return 0.01 second when it should be 0.01 seconds. So I fixed that but also realized that sometimes people might want a bit more precision so I added a keyword arg seconds_n_digits with a default value of 2.