Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 15, 2021 12:06 am GMT

ddosify action

My Workflow

Ddosify action helps you to performance test your application or web services using ddosify tool.

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

GitHub logo QAInsights / ddosify-action

GitHub Action for DDosify tests

About ddosify action

saythanks

ddosify GitHub action for dev.to hackathon.

ddosify action

How to use this GitHub Action?

Prerequisites

Following are the prerequisites for this GitHub Action:

  • args
    • Mandatory

Usage

Example

- 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

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.

Download-Ddosify-Results




Additional Resources / Info

ddosify


Original Link: https://dev.to/qainsights/ddosify-action-20ae

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To