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

Function BenchmarkZstandard

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

Source from the content-addressed store, hash-verified

638}
639
640func BenchmarkZstandard(b *testing.B) {
641 benchmarkArchive(b, "zstd.7z", "", true)
642}
643
644func BenchmarkNaiveReader(b *testing.B) {
645 benchmarkArchive(b, "lzma1900.7z", "", false)

Callers

nothing calls this directly

Calls 1

benchmarkArchiveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…