Removed nyaa icon for now

This commit is contained in:
2017-07-05 13:46:20 +02:00
parent 288ca35ec8
commit 1f33df224b
3 changed files with 9 additions and 8 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/animenotifier/notify.moe/components"
)
func BenchmarkThread(b *testing.B) {
func BenchmarkRenderThread(b *testing.B) {
thread, _ := arn.GetThread("HJgS7c2K")
thread.HTML() // Pre-render markdown
@ -26,7 +26,7 @@ func BenchmarkThread(b *testing.B) {
})
}
func BenchmarkAnimeList(b *testing.B) {
func BenchmarkRenderAnimeList(b *testing.B) {
user, _ := arn.GetUser("4J6qpK1ve")
animeList := user.AnimeList()