ddosify action
ActionsTags
(1)ddosify GitHub action for dev.to hackathon.
# How to use this GitHub Action?Following are the prerequisites for this GitHub Action:
args
- Mandatory
- name: Ddosify Test
uses: QAInsights/[email protected]
with:
args: "-t example.com"
- name: Upload Results
uses: actions/upload-artifact@v2
with:
name: ddosify-results
path: ./*.log
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.
ddosify action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.