]> Cypherpunks repositories - gostls13.git/commit
runtime: new map tests and benchmarks
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 3 Apr 2013 00:55:49 +0000 (17:55 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 3 Apr 2013 00:55:49 +0000 (17:55 -0700)
commit3b09ac57ac473657e9f827d49689a20958bf6015
treeb55374cdf330f77715fc871b735712c4db6b9c72
parent26e0ddcf2a0de1fbbed87cfe1f33d18731813a0c
runtime: new map tests and benchmarks

Also, move an existing benchmark from map_test.go to
mapspeed_test.go.

R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/8294043
src/pkg/runtime/map_test.go
src/pkg/runtime/mapspeed_test.go