https://github.com/qainsights/ddosify-action
GitHub Action for DDosify tests
https://github.com/qainsights/ddosify-action
ddosify github-actions performance-testing qainsights
Last synced: about 1 year ago
JSON representation
GitHub Action for DDosify tests
- Host: GitHub
- URL: https://github.com/qainsights/ddosify-action
- Owner: QAInsights
- License: gpl-3.0
- Created: 2021-11-14T18:41:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T00:11:06.000Z (over 4 years ago)
- Last Synced: 2025-04-14T09:44:36.604Z (about 1 year ago)
- Topics: ddosify, github-actions, performance-testing, qainsights
- Language: Shell
- Homepage:
- Size: 165 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About ddosify action
[](https://dev.to/qainsights/ddosify-action-20ae)
[](https://saythanks.io/to/catch.nkn%40gmail.com)
[](https://qainsights.com)
[](https://qainsights.com)
[](https://www.youtube.com/user/QAInsights?sub_confirmation=1)
ddosify GitHub action for dev.to hackathon.
# How to use this GitHub Action?
## Prerequisites
Following are the prerequisites for this GitHub Action:
* `args`
* Mandatory
## Usage
### Example
```
- name: Ddosify Test
uses: QAInsights/ddosify-action@v1.0.1
with:
args: "-t example.com"
- name: Upload Results
uses: actions/upload-artifact@v2
with:
name: ddosify-results
path: ./*.log
```
## Download Test Results
By default, this GitHub Action will log the performance statistics under `*.log`. After the execution, it will be uploaded to the GitHub artifacts.
To download the results, go to your `Actions` and then click on the executed workflow, then click on the workflow run to download the log.
