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

Function BenchmarkBzip2

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

Source from the content-addressed store, hash-verified

598}
599
600func BenchmarkBzip2(b *testing.B) {
601 benchmarkArchive(b, "bzip2.7z", "", true)
602}
603
604func BenchmarkCopy(b *testing.B) {
605 benchmarkArchive(b, "copy.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…