mirror of
https://github.com/restic/restic.git
synced 2026-05-11 21:15:23 +00:00
320f709fbc
`b.Loop()` drastically shortens benchmark execution times for tests with an expensive initialization phase as it only has to happen once now.