Skip to content

Schveitzer/locust-load-test-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Load Testing a GraphQL API with Locust in Python

Example of load testing with locust in a grapql api in Python

To run this project, you need an access key for the Bitquery api, it can be obtained by accessing: https://graphql.bitquery.io/ide/

Requirements

Getting Started

Install dependencies:

$ pip install locust

Running

Export API Key:

$ export API_KEY=YOUKEYHERE

Execute Locust

$ locust -f bitquery_graphql.py

About

Example of load testing with locust in a grapql api in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages