We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8515ae0 commit 40e7081Copy full SHA for 40e7081
.github/workflows/benchmark-test.yml
@@ -21,15 +21,9 @@ on:
21
push:
22
branches:
23
- master
24
-<<<<<<< HEAD
25
pull_request:
26
27
28
-=======
29
- - benchmark-test
30
- tags:
31
- - '*'
32
->>>>>>> benchmark-test
33
workflow_dispatch:
34
inputs:
35
routes:
test/benchmark/benchmark_test.go
@@ -305,7 +305,7 @@ spec:
305
sunccess++
306
}
307
return sunccess
308
- }).WithTimeout(10 * time.Minute).ProbeEvery(500 * time.Millisecond).Should(Equal(totalConsumers))
+ }).WithTimeout(15 * time.Minute).ProbeEvery(1 * time.Second).Should(Equal(totalConsumers))
309
costTime := time.Since(now)
310
report.AddResult(TestResult{
311
Scenario: "ApisixRoute With Consumers Benchmark",
0 commit comments