mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-01-30 04:30:09 +08:00
Set correct B.N on BenchmarkMs1e0m6
This commit is contained in:
parent
604d51ce75
commit
a783093124
@ -272,7 +272,7 @@ func BenchmarkMs1e2m4(b *testing.B) {
|
||||
}
|
||||
|
||||
func BenchmarkMs1e0m6(b *testing.B) {
|
||||
b.N = 1000000
|
||||
b.N = 10000000
|
||||
b.ReportAllocs()
|
||||
testMany(b, 10, 1, 1000000)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user