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 bfd3e2d commit d0ad6a4Copy full SHA for d0ad6a4
tests/benchmarks/__init__.py
@@ -0,0 +1,9 @@
1
+"""Benchmarks for graphql
2
+
3
+Benchmarks are disabled (only executed as tests) by default in setup.cfg.
4
+You can enable them with --benchmark-enable if your want to execute them.
5
6
+E.g. in order to execute all the benchmarks with tox using Python 3.7::
7
8
+ tox -e py37 -- -k benchmarks --benchmark-enable
9
+"""
0 commit comments