repository: Fix panic in benchmarkLoadIndex
This commit is contained in:
parent
13c32b0fbe
commit
ffca602315
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue