This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-benchmark.git


    from 20cb1cd  Update dubbo to latest version (#9)
     new 9169286  dubbogo benchmark
     new cc625e4  fix: remove useless blank lines
     new e87e89f  fix: add a blank lines at end
     new 507ee65  Merge pull request #15 from CoolIceV/dubbogo

The 22 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:
 README.md                                |    9 +
 benchmark-go.sh                          |   32 +
 dubbo-go-client/conf/dubbogo.yaml        |   32 +
 dubbo-go-client/main.go                  |  108 +++
 dubbo-go-server/conf/dubbogo.yaml        |   32 +
 dubbo-go-server/main.go                  |  106 +++
 dubbo-go-triple-client/conf/dubbogo.yaml |   19 +
 dubbo-go-triple-client/main.go           |  106 +++
 dubbo-go-triple-server/conf/dubbogo.yaml |   32 +
 dubbo-go-triple-server/main.go           |  112 +++
 go.mod                                   |   10 +
 go.sum                                   | 1460 ++++++++++++++++++++++++++++++
 12 files changed, 2058 insertions(+)
 create mode 100644 benchmark-go.sh
 create mode 100644 dubbo-go-client/conf/dubbogo.yaml
 create mode 100644 dubbo-go-client/main.go
 create mode 100644 dubbo-go-server/conf/dubbogo.yaml
 create mode 100644 dubbo-go-server/main.go
 create mode 100644 dubbo-go-triple-client/conf/dubbogo.yaml
 create mode 100644 dubbo-go-triple-client/main.go
 create mode 100644 dubbo-go-triple-server/conf/dubbogo.yaml
 create mode 100644 dubbo-go-triple-server/main.go
 create mode 100644 go.mod
 create mode 100644 go.sum

Reply via email to