mirror of
https://github.com/restic/restic.git
synced 2026-06-26 02:24:18 +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.