Codebase list golang-github-beorn7-perks / 76d82f1
go fmt Blake Mizerany 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 package histogram
11
22 import (
3 "math/rand"
34 "testing"
4 "math/rand"
55 )
66
77 func BenchmarkInsert10Bins(b *testing.B) {