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

Function BenchmarkLZMA

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

Source from the content-addressed store, hash-verified

614}
615
616func BenchmarkLZMA(b *testing.B) {
617 benchmarkArchive(b, "lzma.7z", "", true)
618}
619
620func BenchmarkLZMA2(b *testing.B) {
621 benchmarkArchive(b, "lzma2.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…