Skip to content

Load testing playground for mutiple frameworks and languages

License

Notifications You must be signed in to change notification settings

jjmrocha/load-testing-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Testing Playground

Specification for the Tested Application

  1. The frameworks being tested will implement the following endpoints:
  • PUT /apps/{app_id}
  • GET /apps/{app_id}
  • DELETE /apps/{app_id}
  1. The endpoinds should be available on 127.0.0.1:8080
  2. Data must be stored on a Postgres 12 database

For more details please check the OpenAPI Specification file app-open-api.yaml

Frameworks

Currently we have the following implementations:

Testing Tools

Currently we have the following scripts testing tools:

Some scripts load test data from the following CSV file test_data.csv.

License

Any contributions made under this project will be governed by the MIT License.