AlbumenJ commented on code in PR #10666:
URL: https://github.com/apache/dubbo/pull/10666#discussion_r979345783


##########
.github/workflows/build-and-test-3.1.yml:
##########
@@ -282,3 +282,37 @@ jobs:
           path: test/jobs/
       - name: "Merge test result"
         run: ./test/scripts/merge-test-results.sh
+
+  intergration-benchmark:
+    runs-on: ubuntu-18.04
+    timeout-minutes: 30
+
+    strategy:
+      matrix:
+        target: [ 
"dubbo-fastjson","dubbo-gson","dubbo-grpc","dubbo-hessianlite","dubbo-kryo","dubbo-native-hessian","dubbo-protobuf-json","dubbo-triple"
 ]
+    steps:
+      - uses: actions/checkout@v2
+        with:
+          repository: 'apache/dubbo-benchmark'
+          ref: master
+      - name: Set up JDK 8
+        uses: actions/setup-java@v2
+        with:
+          java-version: '8'
+          distribution: 'adopt'
+
+      - name: Prepare base
+        run: mvn clean package -DskipTests=true -pl 
benchmark-base,client-base,server-base

Review Comment:
   dubbo version should be replaced to the latest snapshot version



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to