Move stuff around
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package bench
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func BenchLoadSliceOfStructs(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user