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 e2a7367 commit 2e1cb0aCopy full SHA for 2e1cb0a
README.md
@@ -104,6 +104,10 @@ The Query/Mutation CLI bench expects a YAML config of the following format:
104
url: 'http://localhost:8085/v1/graphql'
105
headers:
106
X-Hasura-Admin-Secret: my-secret
107
+# "Debug" mode enables request and response logging for Autocannon and K6
108
+# This lets you see what is happening and confirm proper behavior.
109
+# This should be disabled for genuine benchmarks, and only used for debugging/visibility.
110
+debug: false
111
queries:
112
# Name: Unique name for the query
113
- name: SearchAlbumsWithArtist
0 commit comments