Improved testing

This commit is contained in:
2017-10-02 00:01:01 +02:00
parent b45af0eaf9
commit 1101dafc90
4 changed files with 8 additions and 4 deletions

View File

@ -14,7 +14,7 @@ func BenchmarkDBAnimeListGetMap(b *testing.B) {
b.RunParallel(func(pb *testing.PB) {
for pb.Next() {
animeList, _ := arn.GetAnimeList(user)
animeList, _ := arn.GetAnimeList(user.ID)
noop(animeList)
}
})