Skip to content

Commit

Permalink
Merge pull request #38 from rsocket/improve/cli
Browse files Browse the repository at this point in the history
add new rsocket-cli implementation.
  • Loading branch information
jjeffcaii authored Aug 5, 2019
2 parents 878da5e + d69285e commit b4a535f
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 b4a535f

Please sign in to comment.