holly molly
This commit is contained in:
12
clock_test.go
Normal file
12
clock_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package clock
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"io"
|
||||
)
|
||||
|
||||
func BenchmarkNumber(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
Numbers(io.Discard)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user