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

Function BenchmarkSplitLines10000

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

Source from the content-addressed store, hash-verified

472}
473
474func BenchmarkSplitLines10000(b *testing.B) {
475 benchmarkSplitLines(b, 10000)
476}
477
478func prepareFilesToDiff(count, seed int) (As, Bs [][][]byte) {
479 defer runtime.GC()

Callers

nothing calls this directly

Calls 1

benchmarkSplitLinesFunction · 0.70

Tested by

no test coverage detected