MCPcopy Create free account
hub / github.com/bodgit/sevenzip / BenchmarkNaiveParallelReader

Function BenchmarkNaiveParallelReader

reader_test.go:652–654  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

650}
651
652func BenchmarkNaiveParallelReader(b *testing.B) {
653 benchmarkArchiveNaiveParallel(b, "lzma1900.7z", runtime.NumCPU())
654}
655
656func BenchmarkNaiveSingleParallelReader(b *testing.B) {
657 benchmarkArchiveNaiveParallel(b, "lzma1900.7z", 1)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…