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

Function BenchmarkCopy

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

Source from the content-addressed store, hash-verified

602}
603
604func BenchmarkCopy(b *testing.B) {
605 benchmarkArchive(b, "copy.7z", "", true)
606}
607
608func BenchmarkDeflate(b *testing.B) {
609 benchmarkArchive(b, "deflate.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…