Fixed components benchmark

This commit is contained in:
Eduard Urbach 2018-11-06 12:53:48 +09:00
parent 2ab2b1e0e9
commit 40742745b1

View File

@ -21,7 +21,7 @@ func BenchmarkRenderThread(b *testing.B) {
b.RunParallel(func(pb *testing.PB) {
for pb.Next() {
components.Thread(thread, replies, nil)
components.Thread(thread, nil)
}
})
}