We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e46e4 commit 5fcdeafCopy full SHA for 5fcdeaf
tests/benchmarks/test_visit.py
@@ -23,5 +23,5 @@ def test_visit_all_ast_nodes(benchmark, big_schema_sdl): # noqa: F811
23
def test_visit_all_ast_nodes_in_parallel(benchmark, big_schema_sdl): # noqa: F811
24
document_ast = parse(big_schema_sdl)
25
visitor = DummyVisitor()
26
- parallel_visitor = ParallelVisitor([visitor] * 50)
+ parallel_visitor = ParallelVisitor([visitor] * 20)
27
benchmark(lambda: visit(document_ast, parallel_visitor))
0 commit comments