add arvo、gson、fastsjon、protostuff
18 files changed
tree: a5a949b9d0e2e74f8c50e02f3e568e3d6da7712a
  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-gson-client/
  10. dubbo-gson-server/
  11. dubbo-hessianlite-client/
  12. dubbo-hessianlite-server/
  13. dubbo-kryo-client/
  14. dubbo-kryo-server/
  15. dubbo-native-hessian-client/
  16. dubbo-native-hessian-server/
  17. dubbo-protostuff-client/
  18. dubbo-protostuff-server/
  19. server-base/
  20. .gitignore
  21. .travis.yml
  22. benchmark.sh
  23. LICENSE
  24. pom.xml
  25. 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