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

Function BenchmarkLZMA2

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

Source from the content-addressed store, hash-verified

618}
619
620func BenchmarkLZMA2(b *testing.B) {
621 benchmarkArchive(b, "lzma2.7z", "", true)
622}
623
624func BenchmarkBCJ2(b *testing.B) {
625 benchmarkArchive(b, "bcj2.7z", "", true)

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…