Skip to content

QAInsights/ddosify-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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