This is an automated email from the ASF dual-hosted git repository.
icodening pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-benchmark.git
from 95e5012 recovery dubbo compiler version
add a31e8d4 add gson, native-hessian, pb, protostuff
No new revisions were added by this update.
Summary of changes:
client-base/src/main/resources/logback.xml | 2 +-
dubbo-gson-client/pom.xml | 5 +++++
dubbo-gson-server/pom.xml | 5 +++++
dubbo-native-hessian-client/pom.xml | 9 +++++----
dubbo-native-hessian-server/pom.xml | 9 +++++----
dubbo-pb-client/pom.xml | 15 +++++----------
.../apache/dubbo/benchmark/DubboPbClientInitializer.java | 14 ++++++++++++++
dubbo-pb-client/src/main/resources/consumer.xml | 5 ++++-
dubbo-pb-server/pom.xml | 11 +++--------
.../apache/dubbo/benchmark/DubboPbServerInitializer.java | 14 ++++++++++++++
dubbo-pb-server/src/main/resources/provider.xml | 1 +
dubbo-protostuff-client/pom.xml | 5 +++++
dubbo-protostuff-server/pom.xml | 7 ++++++-
pom.xml | 1 +
server-base/src/main/resources/logback.xml | 2 +-
15 files changed, 75 insertions(+), 30 deletions(-)
create mode 100644
dubbo-pb-client/src/main/java/org/apache/dubbo/benchmark/DubboPbClientInitializer.java
create mode 100644
dubbo-pb-server/src/main/java/org/apache/dubbo/benchmark/DubboPbServerInitializer.java