MCPcopy
hub / github.com/tdewolff/minify / BenchmarkNumber2

Function BenchmarkNumber2

common_test.go:398–403  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

396}
397
398func BenchmarkNumber2(b *testing.B) {
399 num := []byte("1.2345e-6")
400 for i := 0; i < b.N; i++ {
401 Number(num, -1)
402 }
403}

Callers

nothing calls this directly

Calls 1

NumberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…