Merge pull request #8 from CodingSinger/opensource

add pb、grpc、gson、pbstuff、arvo benchmark and upgrade version to 2.7.6
tree: 9929948bf61bbd96f6efd08a675061b173887ed3
  1. benchmark-base/
  2. client-base/
  3. dubbo-avro-client/
  4. dubbo-avro-server/
  5. dubbo-fastjson-client/
  6. dubbo-fastjson-server/
  7. dubbo-fst-client/
  8. dubbo-fst-server/
  9. dubbo-grpc-client/
  10. dubbo-grpc-server/
  11. dubbo-gson-client/
  12. dubbo-gson-server/
  13. dubbo-hessianlite-client/
  14. dubbo-hessianlite-server/
  15. dubbo-kryo-client/
  16. dubbo-kryo-server/
  17. dubbo-native-hessian-client/
  18. dubbo-native-hessian-server/
  19. dubbo-pb-client/
  20. dubbo-pb-server/
  21. dubbo-protobuf-json-client/
  22. dubbo-protobuf-json-server/
  23. dubbo-protostuff-client/
  24. dubbo-protostuff-server/
  25. server-base/
  26. .gitignore
  27. .travis.yml
  28. benchmark.sh
  29. LICENSE
  30. pom.xml
  31. README.md
README.md

Dubbo Benchmark

Build Status

This project focuses on benchmarking and profiling dubbo framework with the combination of different serialization and transporter options. The code and the idea behinds it is inspired by RPC Benchmark.

How To Run Benchmark

Clone this project onto your desktop, then

  • Start the target server first, for example:
./benchmark.sh dubbo-kryo-server
  • Start the corresponding client, for example:
./benchmark.sh dubbo-kryo-client

How to Run Profiling

  • Start the target server in profiling mode, for example:
./benchmark.sh -m profiling dubbo-kryo-server
  • Start the corresponding client, for example:
./benchmark.sh dubbo-kryo-client

Specify hostname, port and output file for service

./benchmark.sh -s [hostname|ip address] -p port -f output