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