Fixed components benchmark
This commit is contained in:
parent
2ab2b1e0e9
commit
40742745b1
@ -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)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user