Exemplo n.º 1
0
func BenchmarkInsert(b *testing.B) {
	sm := newTest()
	test.BInsert(b, sm)
}
Exemplo n.º 2
0
func BenchmarkInsert(b *testing.B) {
	sm := New()
	test.BInsert(b, sm)
}
Exemplo n.º 3
0
func BenchmarkUnsafeInsert(b *testing.B) {
	sm := newUnsafeTest()
	test.BInsert(b, sm)
}