Removed nyaa icon for now
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user