Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdoutelb/strezz
stress test for any website
https://github.com/abdoutelb/strezz
docker docker-compose locust nodejs performance-testing stress stress-test stress-testing stresstest testing
Last synced: 2 days ago
JSON representation
stress test for any website
- Host: GitHub
- URL: https://github.com/abdoutelb/strezz
- Owner: abdoutelb
- Created: 2019-01-07T19:15:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T03:59:34.000Z (over 1 year ago)
- Last Synced: 2024-08-04T02:07:50.877Z (3 months ago)
- Topics: docker, docker-compose, locust, nodejs, performance-testing, stress, stress-test, stress-testing, stresstest, testing
- Language: JavaScript
- Homepage:
- Size: 844 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-locust - strezz - A wrapper for stress testing using Locust based on Jest. (Tools / Wrappers)
README
This project is used to make a stress test to web sites Based on [locust](https://locust.io/)
Mainly it generates a python file needed to locaust to run stress test.
# Strezz
![CircleCI](https://circleci.com/gh/abdoutelb/strezz.svg?style=svg)
[![codecov](https://codecov.io/gh/abdoutelb/strezz/branch/master/graph/badge.svg)](https://codecov.io/gh/abdoutelb/strezz)
[![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gh/abdoutelb/strezz/?ref=repository-badge)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/abdoutelb/strezz.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/abdoutelb/strezz/context:javascript)- Edit `.env` file with your testing url. (ex:url=https://google.com/)
Using docker compose
- `docker-compose up`
- check your `localhost:4000`To run all tests run `jest` from CLI
HAVE FUN !!!