Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Mar 21, 2018
1 parent f66883b commit d572ac2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.0.4
VERSION = 1.0.5

APP := tcp-time
PACKAGES := $(shell go list -f {{.Dir}} ./...)
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ Or [download the binary](https://github.com/sgreben/tcp-time/releases/latest) fr

```bash
# Linux
curl -LO https://github.com/sgreben/tcp-time/releases/download/1.0.4/tcp-time_1.0.4_linux_x86_64.zip
unzip tcp-time_1.0.4_linux_x86_64.zip
curl -LO https://github.com/sgreben/tcp-time/releases/download/1.0.5/tcp-time_1.0.5_linux_x86_64.zip
unzip tcp-time_1.0.5_linux_x86_64.zip

# OS X
curl -LO https://github.com/sgreben/tcp-time/releases/download/1.0.4/tcp-time_1.0.4_osx_x86_64.zip
unzip tcp-time_1.0.4_osx_x86_64.zip
curl -LO https://github.com/sgreben/tcp-time/releases/download/1.0.5/tcp-time_1.0.5_osx_x86_64.zip
unzip tcp-time_1.0.5_osx_x86_64.zip

# Windows
curl -LO https://github.com/sgreben/tcp-time/releases/download/1.0.4/tcp-time_1.0.4_windows_x86_64.zip
unzip tcp-time_1.0.4_windows_x86_64.zip
curl -LO https://github.com/sgreben/tcp-time/releases/download/1.0.5/tcp-time_1.0.5_windows_x86_64.zip
unzip tcp-time_1.0.5_windows_x86_64.zip
```

## Use it
Expand All @@ -44,6 +44,8 @@ Usage of tcp-time:
Number of connections to make in parallel. (default 3)
-b int
Number of histogram bins. (default 5)
-rate-limit float
Rate limit (connections per second) to apply.
-csv
Print CSV (index,success,duration) instead of JSON
-csv-file string
Expand Down

0 comments on commit d572ac2

Please sign in to comment.