about summary refs log tree commit diff
path: root/src/libcore/benches/num/flt2dec
AgeCommit message (Collapse)AuthorLines
2020-07-27mv std libs to library/mark-162/+0
2020-04-06Use assoc float consts in libcoreLinus Färnstrand-1/+0
2020-04-05Stop importing int/float modules in libcoreLinus Färnstrand-2/+0
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-6/+6
2018-12-25Remove licensesMark Rousskov-30/+0
2017-04-28num: add minimal benchmarks for full floating-point formattingNathan Froyd-0/+24
We have benchmarks for the floating-point formatting algorithms themselves, but not for the surrounding machinery like Formatter and translating to the flt2dec::Part slices.
2017-02-06Extract collections benchmarks to libcollections/benchesSon-0/+171
And libcore/benches