(b *testing.B)
| 50 | func Benchmark_ge_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, q4) } |
| 51 | func Benchmark_Date_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, q5) } |
| 52 | func Benchmark_Mutation_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, m1) } |
| 53 | func Benchmark_Mutation1000_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, m1000) } |
| 54 | |
| 55 | var q1 = `{ |
nothing calls this directly
no test coverage detected