Convert allResources from map to array
This commit is contained in:
@@ -270,7 +270,6 @@ func BenchmarkPoolAcquireAndRelease(b *testing.B) {
|
||||
{8, 16},
|
||||
{8, 32},
|
||||
{8, 64},
|
||||
{8, 64},
|
||||
{8, 128},
|
||||
{8, 256},
|
||||
{8, 512},
|
||||
@@ -283,7 +282,6 @@ func BenchmarkPoolAcquireAndRelease(b *testing.B) {
|
||||
{64, 16},
|
||||
{64, 32},
|
||||
{64, 64},
|
||||
{64, 64},
|
||||
{64, 128},
|
||||
{64, 256},
|
||||
{64, 512},
|
||||
@@ -296,7 +294,6 @@ func BenchmarkPoolAcquireAndRelease(b *testing.B) {
|
||||
{512, 16},
|
||||
{512, 32},
|
||||
{512, 64},
|
||||
{512, 64},
|
||||
{512, 128},
|
||||
{512, 256},
|
||||
{512, 512},
|
||||
|
||||
Reference in New Issue
Block a user