Skip to content

Commit

Permalink
remove alloc tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Feb 5, 2016
1 parent 2fcdebc commit 907c226
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ func Benchmark_PubEightQueueSub(b *testing.B) {
ch := make(chan bool)
expected := len("MSG foo 1 2\r\nok\r\n") * b.N
go drainConnection(b, c, ch, expected)
b.ReportAllocs()
b.StartTimer()

for i := 0; i < b.N; i++ {
Expand Down

0 comments on commit 907c226

Please sign in to comment.