fix grpc scenario (#3921)
This commit is contained in:
parent
fa2af52cce
commit
9fcdcb5227
|
|
@ -67,7 +67,7 @@ pipeline {
|
|||
sh './mvnw -f test/plugin/pom.xml clean package -DskipTests docker:build'
|
||||
}
|
||||
}
|
||||
stage('Test Cases Report (160)') {
|
||||
stage('Test Cases Report (161)') {
|
||||
steps {
|
||||
echo "Test Cases Report"
|
||||
}
|
||||
|
|
@ -122,7 +122,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('grpc 1.0.0-1.9.0 (21)') {
|
||||
stage('grpc 1.6.0-1.25.0 (22)') {
|
||||
steps {
|
||||
sh 'bash test/plugin/run.sh grpc-scenario'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -661,6 +661,7 @@ scenario name | versions | elapsed time (sec)
|
|||
---|---|---
|
||||
spring async 4.3.x-5.1.x | 35 | 967.70
|
||||
mongodb 3.4.0-3.11.1 | 17 | 1465.63
|
||||
grcp 1.6.0-1.25.0 | 25 | 627.00
|
||||
|
||||
### Workload 4
|
||||
#### Group 1 (2463.00s)
|
||||
|
|
|
|||
Loading…
Reference in New Issue