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

Function BenchmarkParallelReader

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

Source from the content-addressed store, hash-verified

658}
659
660func BenchmarkParallelReader(b *testing.B) {
661 benchmarkArchiveParallel(b, "lzma1900.7z")
662}
663
664func BenchmarkBCJ(b *testing.B) {
665 benchmarkArchive(b, "bcj.7z", "", true)

Callers

nothing calls this directly

Calls 1

benchmarkArchiveParallelFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…