Merge remote-tracking branch 'upstream/develop' into develop
No related branches found
No related tags found
Showing
- examples/dubbo/go-client/benchmark/benchmark.go 163 additions, 0 deletionsexamples/dubbo/go-client/benchmark/benchmark.go
- examples/dubbo/go-client/benchmark/user.go 92 additions, 0 deletionsexamples/dubbo/go-client/benchmark/user.go
- examples/dubbo/go-server/app/server.go 1 addition, 1 deletionexamples/dubbo/go-server/app/server.go
- examples/dubbo/go-server/profiles/dev/server.yml 1 addition, 1 deletionexamples/dubbo/go-server/profiles/dev/server.yml
- examples/jsonrpc/go-client/benchmark/benchmark.go 157 additions, 0 deletionsexamples/jsonrpc/go-client/benchmark/benchmark.go
- examples/jsonrpc/go-client/benchmark/user.go 46 additions, 0 deletionsexamples/jsonrpc/go-client/benchmark/user.go
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
examples/dubbo/go-client/benchmark/user.go
0 → 100644
examples/jsonrpc/go-client/benchmark/user.go
0 → 100644
... | ... | @@ -6,6 +6,7 @@ require ( |
github.com/AlexStocks/log4go v1.0.2 | ||
github.com/dubbogo/hessian2 v0.0.0-20190410112310-f093e4436e31 | ||
github.com/juju/errors v0.0.0-20190207033735-e65537c515d7 | ||
github.com/montanaflynn/stats v0.5.0 | ||
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5 | ||
... | ... |
... | ... | @@ -82,6 +82,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0j |
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= | ||
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= | ||
github.com/montanaflynn/stats v0.5.0 h1:2EkzeTSqBB4V4bJwWrt5gIIrZmpJBcoIRGS2kWLgzmk= | ||
github.com/montanaflynn/stats v0.5.0/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= | ||
github.com/name5566/leaf v0.0.0-20181103040206-1364c176dfbd h1:22rhYEzttbrnKjgYh5pifnDluXHHcJ3uSOi2l8Nw+9A= | ||
github.com/name5566/leaf v0.0.0-20181103040206-1364c176dfbd/go.mod h1:JrOIxq3vDxvtuEI7Kmm2yqkuBfuT9DMLFMnCyYHLaKM= | ||
github.com/name5566/leaf v0.0.0-20181103040206-1364c176dfbd/go.mod h1:JrOIxq3vDxvtuEI7Kmm2yqkuBfuT9DMLFMnCyYHLaKM= | ||
... | ... |
Please register or sign in to comment