diff options
author | Valery Piashchynski <[email protected]> | 2021-06-13 16:42:36 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-13 16:42:36 +0300 |
commit | 9fd01b07ecae6e68dd0ed8be6be5f8c0228771cb (patch) | |
tree | b170b08ec0460b1dd815875236bf1890af9f7939 /pkg/pool | |
parent | 54c3553cc39df4eae92d1f2c8c428e625f32f41a (diff) |
- Optimize sync_worker payload exec
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'pkg/pool')
-rwxr-xr-x | pkg/pool/static_pool_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/pool/static_pool_test.go b/pkg/pool/static_pool_test.go index 6667bfea..6f875072 100755 --- a/pkg/pool/static_pool_test.go +++ b/pkg/pool/static_pool_test.go @@ -588,7 +588,7 @@ func Benchmark_Pool_Echo(b *testing.B) { } } -// +// Benchmark_Pool_Echo_Batched-32 366996 2873 ns/op 1233 B/op 24 allocs/op func Benchmark_Pool_Echo_Batched(b *testing.B) { ctx := context.Background() p, err := Initialize( @@ -619,7 +619,7 @@ func Benchmark_Pool_Echo_Batched(b *testing.B) { wg.Wait() } -// +// Benchmark_Pool_Echo_Replaced-32 104/100 10900218 ns/op 52365 B/op 125 allocs/op func Benchmark_Pool_Echo_Replaced(b *testing.B) { ctx := context.Background() p, err := Initialize( |