Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binatify/simple-wrk

Another http test framework with golang, simple is more.
https://github.com/binatify/simple-wrk

Last synced: 5 days ago
JSON representation

Another http test framework with golang, simple is more.

Awesome Lists containing this project

README

        

# 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 |
--------

```