diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/strconv/ftoa_test.go')
| -rw-r--r-- | llgo/third_party/gofrontend/libgo/go/strconv/ftoa_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/strconv/ftoa_test.go b/llgo/third_party/gofrontend/libgo/go/strconv/ftoa_test.go index 39b861547ea..1b4dcd945b8 100644 --- a/llgo/third_party/gofrontend/libgo/go/strconv/ftoa_test.go +++ b/llgo/third_party/gofrontend/libgo/go/strconv/ftoa_test.go @@ -227,6 +227,7 @@ func BenchmarkAppendFloatNegExp(b *testing.B) { benchmarkAppendFloat(b, -5.11e- func BenchmarkAppendFloatBig(b *testing.B) { benchmarkAppendFloat(b, 123456789123456789123456789, 'g', -1, 64) } +func BenchmarkAppendFloatBinaryExp(b *testing.B) { benchmarkAppendFloat(b, -1, 'b', -1, 64) } func BenchmarkAppendFloat32Integer(b *testing.B) { benchmarkAppendFloat(b, 33909, 'g', -1, 32) } func BenchmarkAppendFloat32ExactFraction(b *testing.B) { benchmarkAppendFloat(b, 3.375, 'g', -1, 32) } |

