MCPcopy Create free account
hub / github.com/cogentcore/core / BenchmarkSplitLines100

Function BenchmarkSplitLines100

texteditor/difflib/bytes/bytes_test.go:470–472  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

468}
469
470func BenchmarkSplitLines100(b *testing.B) {
471 benchmarkSplitLines(b, 100)
472}
473
474func BenchmarkSplitLines10000(b *testing.B) {
475 benchmarkSplitLines(b, 10000)

Callers

nothing calls this directly

Calls 1

benchmarkSplitLinesFunction · 0.70

Tested by

no test coverage detected