Commit Graph

4 Commits

Author SHA1 Message Date
Pavol Vaskovic
d776ad5284 [benchmark] FloatingPointPrinting Legacy Factor 2019-02-11 18:03:29 +01:00
Karoy Lorentey
06c33c0ca8 [benchmark] FloatingPointPrinting: Fix benchmark failures 2018-03-16 18:12:40 +00:00
Andrew Trick
b2d96ddab5 Bypass Float80 benchmarks on Windows. 2018-03-15 13:34:40 -07:00
tbkka
848de7e84c Benchmark {Float,Double,Float80}.description (#15234)
* Benchmark {Float,Double,Float80}.description

This just tests how fast we can format the standard
floating-point types.  It also includes a test that
uses the result, to ensure that future optimized
_creation_ of the string doesn't incidentally pessimize
_use_ of the results.

* Benchmark {Float,Double,Float80}.description

This just tests how fast we can format the standard
floating-point types.  It also includes a test that
uses the result, to ensure that future optimized
_creation_ of the string doesn't incidentally pessimize
_use_ of the results.

* Add benchmarks for values close to 1 + other review suggestions
2018-03-15 14:09:35 -04:00