Fixed components benchmark
This commit is contained in:
@ -21,7 +21,7 @@ func BenchmarkRenderThread(b *testing.B) {
|
|||||||
|
|
||||||
b.RunParallel(func(pb *testing.PB) {
|
b.RunParallel(func(pb *testing.PB) {
|
||||||
for pb.Next() {
|
for pb.Next() {
|
||||||
components.Thread(thread, replies, nil)
|
components.Thread(thread, nil)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user