Forem

Cover image for ddosify action
NaveenKumar Namachivayam ⚡
NaveenKumar Namachivayam ⚡

Posted on

4 1

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.

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.

Download-Ddosify-Results






Additional Resources / Info

ddosify

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay