Move stuff around

This commit is contained in:
2018-07-07 14:11:23 +02:00
parent 9b845584ed
commit 6c6ccaf0b3
10 changed files with 102 additions and 50 deletions
+11
View File
@@ -0,0 +1,11 @@
package bench
import (
"testing"
)
func BenchLoadSliceOfStructs(b *testing.B) {
for i := 0; i < b.N; i++ {
}
}