Skip to content

Another http test framework with golang, simple is more.

Notifications You must be signed in to change notification settings

binatify/simple-wrk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-wrk

Another http test framework with golang, simple is more.

Installation

Use go get github.com/binatify/simple-wrk

Usage

$ simple-wrk -c 200 -d 5 http://localhost:8080

Running 5s test @ http://localhost:8080
56539 requests in 4.964309804s, 6.58MB read
Requests/sec:		11389.10
Transfer/sec:		1.33MB
Avg Req Time:		878.032µs
Fastest Request:	139.482µs
Slowest Request:	985.130606ms
Number of Errors:	0

Architecture

              --------
             | Loader |
              --------
                 | go
                 V
   --------             --------
  | Client |    ....   | Client |  
   --------             --------
                 | channel                         
                 V
              --------    
             | Summary | 
              --------  
                                       

About

Another http test framework with golang, simple is more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published