From 1e7a59f055321c07738616df5c295d962fa43d4f Mon Sep 17 00:00:00 2001 From: James Barnett Date: Fri, 28 Dec 2018 14:51:14 +0000 Subject: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. +

+ Screenshot +

+ ## Running If you have [Golang](https://golang.org) set up, you can install slowpoke using the standard `go get`package manager ``` -- cgit v1.2.3