MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / BenchmarkString

Function BenchmarkString

pkg/random/random_test.go:50–54  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

48}
49
50func BenchmarkString(b *testing.B) {
51 for i := 0; i < b.N; i++ {
52 String(100)
53 }
54}
55
56func TestJitter(t *testing.T) {
57 t.Parallel()

Callers

nothing calls this directly

Calls 1

StringFunction · 0.70

Tested by

no test coverage detected