repository: Fix panic in benchmarkLoadIndex

This commit is contained in:
Michael Eischer 2022-09-11 13:51:08 +02:00
parent 13c32b0fbe
commit ffca602315
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ func benchmarkLoadIndex(b *testing.B, version uint) {
},
})
}
idx.Finalize()
id, err := index.SaveIndex(context.TODO(), repo, idx)
rtest.OK(b, err)