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

Function BenchmarkDelta

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

Source from the content-addressed store, hash-verified

610}
611
612func BenchmarkDelta(b *testing.B) {
613 benchmarkArchive(b, "delta.7z", "", true)
614}
615
616func BenchmarkLZMA(b *testing.B) {
617 benchmarkArchive(b, "lzma.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…