1
1
2
- [ ![ license] ( https://img.shields.io/github/license/filipecosta90 /pubsub-sub-bench.svg )] ( https://github.com/filipecosta90 /pubsub-sub-bench )
3
- [ ![ GitHub issues] ( https://img.shields.io/github/release/filipecosta90 /pubsub-sub-bench.svg )] ( https://github.com/filipecosta90 /pubsub-sub-bench/releases/latest )
4
- [ ![ codecov] ( https://codecov.io/github/filipecosta90 /pubsub-sub-bench/branch/main/graph/badge.svg?token=B6ISQSDK3Y )] ( https://codecov.io/github/filipecosta90 /pubsub-sub-bench )
2
+ [ ![ license] ( https://img.shields.io/github/license/redis-performance /pubsub-sub-bench.svg )] ( https://github.com/redis-performance /pubsub-sub-bench )
3
+ [ ![ GitHub issues] ( https://img.shields.io/github/release/redis-performance /pubsub-sub-bench.svg )] ( https://github.com/redis-performance /pubsub-sub-bench/releases/latest )
4
+ [ ![ codecov] ( https://codecov.io/github/redis-performance /pubsub-sub-bench/branch/main/graph/badge.svg?token=B6ISQSDK3Y )] ( https://codecov.io/github/redis-performance /pubsub-sub-bench )
5
5
6
6
7
7
## Overview
@@ -21,19 +21,19 @@ Several aspects can dictate the overall system performance, like the:
21
21
22
22
If you don't have go on your machine and just want to use the produced binaries you can download the following prebuilt bins:
23
23
24
- https://github.com/filipecosta90 /pubsub-sub-bench/releases/latest
24
+ https://github.com/redis-performance /pubsub-sub-bench/releases/latest
25
25
26
26
| OS | Arch | Link |
27
27
| :--- | :---: | ---: |
28
- | Linux | amd64 (64-bit X86) | [ pubsub-sub-bench-linux-amd64] ( https://github.com/filipecosta90 /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-linux-amd64.tar.gz ) |
29
- | Linux | arm64 (64-bit ARM) | [ pubsub-sub-bench-linux-arm64] ( https://github.com/filipecosta90 /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-linux-arm64.tar.gz ) |
30
- | Darwin | amd64 (64-bit X86) | [ pubsub-sub-bench-darwin-amd64] ( https://github.com/filipecosta90 /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-darwin-amd64.tar.gz ) |
31
- | Darwin | arm64 (64-bit ARM) | [ pubsub-sub-bench-darwin-arm64] ( https://github.com/filipecosta90 /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-darwin-arm64.tar.gz ) |
28
+ | Linux | amd64 (64-bit X86) | [ pubsub-sub-bench-linux-amd64] ( https://github.com/redis-performance /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-linux-amd64.tar.gz ) |
29
+ | Linux | arm64 (64-bit ARM) | [ pubsub-sub-bench-linux-arm64] ( https://github.com/redis-performance /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-linux-arm64.tar.gz ) |
30
+ | Darwin | amd64 (64-bit X86) | [ pubsub-sub-bench-darwin-amd64] ( https://github.com/redis-performance /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-darwin-amd64.tar.gz ) |
31
+ | Darwin | arm64 (64-bit ARM) | [ pubsub-sub-bench-darwin-arm64] ( https://github.com/redis-performance /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-darwin-arm64.tar.gz ) |
32
32
33
33
Here's how bash script to download and try it:
34
34
35
35
``` bash
36
- wget -c https://github.com/filipecosta90 /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-$( uname -mrs | awk ' { print tolower($1) }' ) -$( dpkg --print-architecture) .tar.gz -O - | tar -xz
36
+ wget -c https://github.com/redis-performance /pubsub-sub-bench/releases/latest/download/pubsub-sub-bench-$( uname -mrs | awk ' { print tolower($1) }' ) -$( dpkg --print-architecture) .tar.gz -O - | tar -xz
37
37
38
38
# give it a try
39
39
./pubsub-sub-bench --help
@@ -47,8 +47,8 @@ To install the benchmark utility with a Go Env do as follow:
47
47
` go get ` and then ` go install ` :
48
48
``` bash
49
49
# Fetch this repo
50
- go get github.com/filipecosta90 /pubsub-sub-bench
51
- cd $GOPATH /src/github.com/filipecosta90 /pubsub-sub-bench
50
+ go get github.com/redis-performance /pubsub-sub-bench
51
+ cd $GOPATH /src/github.com/redis-performance /pubsub-sub-bench
52
52
make
53
53
```
54
54
0 commit comments