MCPcopy
hub / github.com/dgraph-io/dgraph / Benchmark_ge_parallel

Function Benchmark_ge_parallel

dql/bench_test.go:50–50  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

48func Benchmark_Movies_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, q2) }
49func Benchmark_Filters_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, q3) }
50func Benchmark_ge_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, q4) }
51func Benchmark_Date_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, q5) }
52func Benchmark_Mutation_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, m1) }
53func Benchmark_Mutation1000_parallel(b *testing.B) { benchmarkParsingParallelHelper(b, m1000) }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected