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

Function Benchmark_Mutation_parallel

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

Source from the content-addressed store, hash-verified

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) }
54
55var q1 = `{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected