jjmrocha / load-testing-playground

Load testing playground for mutiple frameworks and languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Load testing playground for mutiple frameworks and languages

License:MIT License


Languages

Language:Python 33.8%Language:Java 32.7%Language:Go 20.5%Language:Dockerfile 7.1%Language:Shell 3.2%Language:Mako 2.7%