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

Function BenchmarkLZ4

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

Source from the content-addressed store, hash-verified

630}
631
632func BenchmarkLZ4(b *testing.B) {
633 benchmarkArchive(b, "lz4.7z", "", true)
634}
635
636func BenchmarkBrotli(b *testing.B) {
637 benchmarkArchive(b, "brotli.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…