This commit is contained in:
teivah 2020-12-12 12:52:25 +01:00
parent 2cf2492554
commit cd4dfc7519

View file

@ -49,14 +49,13 @@ func Test_parseFile(t *testing.T) {
}
}
//
//func Benchmark_parseFileSequential(b *testing.B) {
// benchmarkParseFile(b, parseFileSequential)
//}
//
//func Benchmark_parseFileConcurrentV1(b *testing.B) {
// benchmarkParseFile(b, parseFileConcurrentV1)
//}
func Benchmark_parseFileSequential(b *testing.B) {
benchmarkParseFile(b, parseFileSequential)
}
func Benchmark_parseFileConcurrentV1(b *testing.B) {
benchmarkParseFile(b, parseFileConcurrentV1)
}
func Benchmark_parseFileConcurrentV2(b *testing.B) {
benchmarkParseFile(b, parseFileConcurrentV2)