Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
bar-chart-2

GitHub Action

ddosify action

1.0

ddosify action

bar-chart-2

ddosify action

Run performance tests using ddosify

Installation

Copy and paste the following snippet into your .yml file.

              

- name: ddosify action

uses: QAInsights/[email protected]

Learn more about this action in QAInsights/ddosify-action

Choose a version

ddosify action

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/[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