diff options
author | Wolfy-J <[email protected]> | 2018-01-23 20:36:59 -0500 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-23 20:36:59 -0500 |
commit | 04c483e0a5a419f683a6e00430e1574d9353f355 (patch) | |
tree | 02f0a6e78ad073127477ecc92d23023b88205bfb /pool_test.go | |
parent | 3bd7706cace8744c12c7e471c82dccacd5293275 (diff) |
CS
Diffstat (limited to 'pool_test.go')
-rw-r--r-- | pool_test.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pool_test.go b/pool_test.go index 67b93852..88926a9b 100644 --- a/pool_test.go +++ b/pool_test.go @@ -8,7 +8,6 @@ import ( "sync" "testing" "time" - "log" ) var cfg = Config{ @@ -186,9 +185,7 @@ func Benchmark_Pool_Echo_Batched(b *testing.B) { } wg.Wait() - - log.Println(p.Workers()) - } +} func Benchmark_Pool_Echo_Replaced(b *testing.B) { p, _ := NewPool( |