MCPcopy
hub / github.com/graphql/graphql-js / visitInParallel-benchmark.js

File visitInParallel-benchmark.js

benchmark/visitInParallel-benchmark.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { parse } from 'graphql/language/parser.js';
2import { visit, visitInParallel } from 'graphql/language/visitor.js';
3
4import { bigSchemaSDL } from './fixtures.js';

Callers

nothing calls this directly

Calls 3

parseFunction · 0.85
visitFunction · 0.85
visitInParallelFunction · 0.85

Tested by

no test coverage detected