EasyGraphQL / easygraphql-lt

Do load testing to a GraphQL server without writing a single query. `$ npx easygraphql-lt <CONFIG_FILE>.json`
MIT License
23 stars 1 forks source link

Error: The values of --overrides does not seem to be valid JSON. #7

Open tomhoangle opened 4 years ago

tomhoangle commented 4 years ago

I seem to be getting this error whenever i tried this. Not sure why this is happening.

ylasmak commented 4 years ago

I'm running to the same error , this is my config file

{ "config": { "url": "http://52.188.142.71/absence/", "name": "Testing my new server", "queryFile": true, "duration": 5, "arrivalRate": 10 }, "args": { } }