Skip to content

Commit

Permalink
add new rsocket-cli implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffcaii committed Aug 5, 2019
1 parent 878da5e commit d69285e
Show file tree
Hide file tree
Showing 26 changed files with 533 additions and 375 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ suppressions/
*.zip

.idea

cmd/rsocket-cli/rsocket-cli
2 changes: 1 addition & 1 deletion cmd/echo/echo_benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestClient_RequestResponse(t *testing.T) {
_ = client.Close()
}()
wg := &sync.WaitGroup{}
n := 50 * 10000
n := 100 * 10000
wg.Add(n)
data := []byte(common.RandAlphanumeric(1024))

Expand Down
306 changes: 0 additions & 306 deletions cmd/rsocket-cli-ng/rsocket-cli.go

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit d69285e

Please sign in to comment.