1
0
mirror of https://github.com/golang/go synced 2024-09-30 19:28:32 -06:00
go/src/strconv
Marcel van Lohuizen 0f5697a81d strconv: use Run for some benchmarks
This serves as an example of table-driven benchmarks which are analoguous to the common pattern for table-driven tests.

Change-Id: I47f94c121a7117dd1e4ba03b3f2f8bcb5da38063
Reviewed-on: https://go-review.googlesource.com/23470
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
2016-06-02 20:47:29 +00:00
..
testdata
atob_test.go
atob.go all: remove public named return values when useless 2016-02-29 03:31:19 +00:00
atof_test.go strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
atof.go strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
atoi_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
atoi.go all: single space after period. 2016-03-02 00:13:47 +00:00
decimal_test.go
decimal.go strconv: use 64bit uint for decimal conversion if available 2015-04-10 17:42:20 +00:00
doc.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
example_test.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
extfloat.go all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
fp_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
ftoa_test.go strconv: use Run for some benchmarks 2016-06-02 20:47:29 +00:00
ftoa.go all: single space after period. 2016-03-02 00:13:47 +00:00
internal_test.go
isprint.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
itoa_test.go
itoa.go strconv: fix comment 2015-09-10 21:31:07 +00:00
makeisprint.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
quote_test.go strconv: Avoid allocation in AppendQuote* 2016-02-27 17:15:01 +00:00
quote.go all: single space after period. 2016-03-02 00:13:47 +00:00
strconv_test.go