Skip to content

Commit 2e1cb0a

Browse files
authored
Add note about "debug" config for Autocannon + K6
1 parent e2a7367 commit 2e1cb0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ The Query/Mutation CLI bench expects a YAML config of the following format:
104104
url: 'http://localhost:8085/v1/graphql'
105105
headers:
106106
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
107111
queries:
108112
# Name: Unique name for the query
109113
- name: SearchAlbumsWithArtist

0 commit comments

Comments
 (0)