MCPcopy Index your code
hub / github.com/expr-lang/expr / BenchmarkSplitLines100

Function BenchmarkSplitLines100

internal/difflib/difflib_test.go:420–422  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

418}
419
420func BenchmarkSplitLines100(b *testing.B) {
421 benchmarkSplitLines(b, 100)
422}
423
424func BenchmarkSplitLines10000(b *testing.B) {
425 benchmarkSplitLines(b, 10000)

Callers

nothing calls this directly

Calls 1

benchmarkSplitLinesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…