Skip to content

OpenSwarm allows you to perform load testing using swagger definitions.

Notifications You must be signed in to change notification settings

kodekraft/open-swarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swarm

Swarm is a benchmark utility that allows you to stress test a web service endpoint. The user defines the test within a single JSON file.

Installation

Swarm installs using composer. Add the following entry to your repositories section:

    "repositories": [
        {
            "type": "vcs",
            "url": "git@whus-git:package/swarm.git"
        }
    ],

From terminal, run the following command in the root of your project:

composer require pds/swarm --dev

Usage

To swarm, open a terminal to execute your test.

./vendor/bin/swarm load {file}

About

OpenSwarm allows you to perform load testing using swagger definitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages