This commit is contained in:
2018-03-17 00:28:36 +01:00
parent 7f5f58d60d
commit 5cc1ded99d
7 changed files with 32 additions and 16 deletions

View File

@ -35,7 +35,7 @@ func BenchmarkRenderAnimeList(b *testing.B) {
b.RunParallel(func(pb *testing.PB) {
for pb.Next() {
components.AnimeList(animeList, user, user)
components.AnimeList(animeList.Items, -1, user, user)
}
})
}