]> Cypherpunks repositories - gostls13.git/commit
encoding/csv: update and add CSV reading benchmarks
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 4 Oct 2016 23:34:01 +0000 (23:34 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 5 Oct 2016 04:29:07 +0000 (04:29 +0000)
commitefaa36017e34b87a5731793594b42d483209d808
treec3aeb14fd8513d34b11a5076dc109e7ce52cc4c3
parentd1d798dd15e7abbeab335804bd6dfaec6c016018
encoding/csv: update and add CSV reading benchmarks

Benchmarks broken off from https://golang.org/cl/24723 and modified to
allocate less in the places we're not trying to measure.

Updates #16791

Change-Id: I508e4cfeac60322d56f1d71ff1912f6a6f183a63
Reviewed-on: https://go-review.googlesource.com/30357
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/encoding/csv/reader_test.go