You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ma...@apache.org on 2022/02/20 13:53:13 UTC

[dubbo-go-pixiu] branch develop updated (3f4672f -> 53052c7)

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

mark4z pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git.


    from 3f4672f  Merge pull request #362 from ztelur/bugfix-makefile
     new 380853e  add benchmark
     new b91c404  add benchmark
     new dc7c9a0  Merge branch 'develop' into benchmark2
     new 53052c7  Merge pull request #356 from yqxu/benchmark2

The 1481 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:
 go.sum                                             | 155 +++++++++++++++++++++
 .../simple/benchmark/conf/dubbogo.yaml}            |  18 ++-
 .../simple/benchmark}/docker/docker-compose.yml    |   0
 .../{mix => benchmark}/pixiu/api_config.yaml       |   0
 .../simple/{body => benchmark}/pixiu/conf.yaml     |   4 +-
 .../dubbogo/simple/{mix => benchmark}/request.sh   |   0
 .../benchmark}/server/app/server.go                |   2 +-
 .../simple/{uri => benchmark}/server/app/user.go   |   0
 .../{uri => benchmark}/server/app/version.go       |   0
 .../{uri => benchmark}/server/profiles/dev/log.yml |   0
 .../server/profiles/dev/server.yml                 |   0
 11 files changed, 174 insertions(+), 5 deletions(-)
 copy samples/{springcloud/server/auth-service/start.sh => dubbogo/simple/benchmark/conf/dubbogo.yaml} (71%)
 copy samples/{dubbotripleproxy => dubbogo/simple/benchmark}/docker/docker-compose.yml (100%)
 copy samples/dubbogo/simple/{mix => benchmark}/pixiu/api_config.yaml (100%)
 copy samples/dubbogo/simple/{body => benchmark}/pixiu/conf.yaml (91%)
 copy samples/dubbogo/simple/{mix => benchmark}/request.sh (100%)
 copy samples/dubbogo/{multi => simple/benchmark}/server/app/server.go (97%)
 copy samples/dubbogo/simple/{uri => benchmark}/server/app/user.go (100%)
 copy samples/dubbogo/simple/{uri => benchmark}/server/app/version.go (100%)
 copy samples/dubbogo/simple/{uri => benchmark}/server/profiles/dev/log.yml (100%)
 copy samples/dubbogo/simple/{mix => benchmark}/server/profiles/dev/server.yml (100%)