mirror of
https://github.com/octoleo/restic.git
synced 2024-12-31 22:11:52 +00:00
repository: Fix panic in benchmarkLoadIndex
This commit is contained in:
parent
13c32b0fbe
commit
ffca602315
@ -346,6 +346,7 @@ func benchmarkLoadIndex(b *testing.B, version uint) {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
idx.Finalize()
|
||||||
|
|
||||||
id, err := index.SaveIndex(context.TODO(), repo, idx)
|
id, err := index.SaveIndex(context.TODO(), repo, idx)
|
||||||
rtest.OK(b, err)
|
rtest.OK(b, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user