MCPcopy Create free account
hub / github.com/prometheus/common / BenchmarkTextParse

Function BenchmarkTextParse

expfmt/text_parse_test.go:425–429  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

423}
424
425func BenchmarkTextParse(b *testing.B) {
426 for i := 0; i < b.N; i++ {
427 testTextParse(b)
428 }
429}
430
431func testTextParseError(t testing.TB) {
432 scenarios := []struct {

Callers

nothing calls this directly

Calls 1

testTextParseFunction · 0.85

Tested by

no test coverage detected