aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-12-28 14:51:14 +0000
committerGitHub <noreply@github.com>2018-12-28 14:51:14 +0000
commit1e7a59f055321c07738616df5c295d962fa43d4f (patch)
treec4cd4ad30a973108fa8a0d50da06544652a1032b
parent661ac385f60b0a169b360c27eb2eb7d7ad24909b (diff)
downloadslowpoke-master.tar.xz
slowpoke-master.zip
Update README.mdHEADmaster
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae5d5db..61102f2 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,14 @@
# Slowpoke
[![Build Status](https://travis-ci.org/jamesbarnett91/slowpoke.svg?branch=master)](https://travis-ci.org/jamesbarnett91/slowpoke)
+[![Go Report Card](https://goreportcard.com/badge/github.com/jamesbarnett91/slowpoke)](https://goreportcard.com/report/github.com/jamesbarnett91/slowpoke)
Slowpoke is a simple TCP proxy which can introduce configurable latency between packet delivery.
This allows you to test and profile how your application behaves with different levels of latency between services such as databases or caches.
+<p align="center">
+ <img alt="Screenshot" src="https://jamesbarnett.io/files/slowpoke/demo1.gif">
+</p>
+
## Running
If you have [Golang](https://golang.org) set up, you can install slowpoke using the standard `go get`package manager
```