This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch improve/delte-handleLoop
in repository https://gitbox.apache.org/repos/asf/dubbo-getty.git.
from 37ba965 fix unit test
new 1fae9a5 feat: benckmark
new c415ef8 feat: 添加压测程序
new a1a28d6 feat: fix client's session
new 8bc9b8b feat: remove no need info
new 46ac31b feat: del exec file
new d47c339 Merge branch 'improve/delte-handleLoop' of
github.com:georgehao/dubbo-getty into improve/delte-handleLoop
new d03e90c feat: update gomod
new 4a05931 Merge pull request #61 from georgehao/improve/delte-handleLoop
The 532 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
benchmark/client/main.go | 260 ++++++++++++++++++++++++++++++++++++++++++
benchmark/loop_client/main.go | 207 +++++++++++++++++++++++++++++++++
benchmark/server/main.go | 191 +++++++++++++++++++++++++++++++
connection.go | 2 +-
go.mod | 5 +-
go.sum | 10 +-
server.go | 2 +-
session.go | 5 +-
8 files changed, 672 insertions(+), 10 deletions(-)
create mode 100644 benchmark/client/main.go
create mode 100644 benchmark/loop_client/main.go
create mode 100644 benchmark/server/main.go