Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheThingsNetwork/lorawan-stack
/ BenchmarkIntn
Function
BenchmarkIntn
pkg/random/random_test.go:44–48 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
BenchmarkIntn(b *testing.B) {
45
for
i := 0; i < b.N; i++ {
46
Int63n(100)
47
}
48
}
49
50
func
BenchmarkString(b *testing.B) {
51
for
i := 0; i < b.N; i++ {
Callers
nothing calls this directly
Calls
1
Int63n
Function · 0.85
Tested by
no test coverage detected