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

Function BenchmarkNaiveSingleParallelReader

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

Source from the content-addressed store, hash-verified

654}
655
656func BenchmarkNaiveSingleParallelReader(b *testing.B) {
657 benchmarkArchiveNaiveParallel(b, "lzma1900.7z", 1)
658}
659
660func BenchmarkParallelReader(b *testing.B) {
661 benchmarkArchiveParallel(b, "lzma1900.7z")

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…