]> Cypherpunks repositories - gostls13.git/commit
gob: move benchmarks to a new timing_test.go file.
authorRob Pike <r@golang.org>
Wed, 16 Mar 2011 00:14:02 +0000 (17:14 -0700)
committerRob Pike <r@golang.org>
Wed, 16 Mar 2011 00:14:02 +0000 (17:14 -0700)
commit0463bd6cd73d72537e819b0fec9867fe915a8e02
tree74150990fa044b93a7cf5a56c06d5a91b6186506
parentb04209ca97613174bf6e77e0f6d5401665c44167
gob: move benchmarks to a new timing_test.go file.
Add malloc counts for encode and decode.

R=rsc
CC=golang-dev
https://golang.org/cl/4290048
src/pkg/gob/encoder_test.go
src/pkg/gob/timing_test.go [new file with mode: 0644]