2
0

Convert allResources from map to array

This commit is contained in:
Jack Christensen
2018-12-26 00:18:30 -06:00
parent 667f04e9f7
commit dd010296a6
2 changed files with 42 additions and 43 deletions
-3
View File
@@ -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},