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

Function BenchmarkComplex

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

Source from the content-addressed store, hash-verified

626}
627
628func BenchmarkComplex(b *testing.B) {
629 benchmarkArchive(b, "lzma1900.7z", "", true)
630}
631
632func BenchmarkLZ4(b *testing.B) {
633 benchmarkArchive(b, "lz4.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…