Set correct B.N on BenchmarkMs1e0m6

This commit is contained in:
Łukasz Magiera 2019-06-16 17:25:13 +02:00
parent 604d51ce75
commit a783093124

View File

@ -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)
}