Skip to content

Commit

Permalink
Add separate Results Processing subsection
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Aug 22, 2023
1 parent 1edf8bf commit 8761a2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ A curated collection of resources covering different aspects of load testing usi
- [Frameworks](#frameworks)
- [CI/CD](#cicd)
- [Reporting](#reporting)
- [Results Processing](#results-processing)
- [Miscellaneous](#miscellaneous)
- [Templates](#templates)
- [Trainings & Courses](#trainings--courses)
Expand Down Expand Up @@ -111,12 +112,15 @@ A curated collection of resources covering different aspects of load testing usi
- [locust-influxdb-listener](https://github.com/pjcalvo/locust-influxdb-listener) - Locust base project with a custom influxDB listener.
- [locust-cloudwatch](https://github.com/concurrencylabs/locust-cloudwatch) - Code and a CloudFormation template to publish Locust test results as AWS CloudWatch metrics.

### Results Processing

- [locustcompare](https://github.com/panilya/locustcompare) - A command-line tool to compare Locust test results.

### Miscellaneous

- [transformer](https://github.com/zalando-incubator/transformer) - A command-line tool and Python library to transform/convert web browser sessions (HAR files) into Locust load testing scenarios (locustfile).
- [swagger-to-locustfile](https://github.com/lieldulev/swagger-to-locustfile) - A command-line tool to create Locust tasks file (locustfile) from Swagger/OpenAPI spec.
- [locust.replay](https://github.com/zlorb/locust.replay) - Record and playback Locust tests with mitmproxy.
- [locustcompare](https://github.com/panilya/locustcompare) - A command-line tool to compare Locust test results.
- [har2locust](https://github.com/SvenskaSpel/har2locust) - Convert HAR file to a Locust script.

## Templates
Expand Down

0 comments on commit 8761a2a

Please sign in to comment.