Skip to content

Commit 40e7081

Browse files
committed
fix ci
1 parent 8515ae0 commit 40e7081

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/benchmark-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
<<<<<<< HEAD
2524
pull_request:
2625
branches:
2726
- master
28-
=======
29-
- benchmark-test
30-
tags:
31-
- '*'
32-
>>>>>>> benchmark-test
3327
workflow_dispatch:
3428
inputs:
3529
routes:

test/benchmark/benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ spec:
305305
sunccess++
306306
}
307307
return sunccess
308-
}).WithTimeout(10 * time.Minute).ProbeEvery(500 * time.Millisecond).Should(Equal(totalConsumers))
308+
}).WithTimeout(15 * time.Minute).ProbeEvery(1 * time.Second).Should(Equal(totalConsumers))
309309
costTime := time.Since(now)
310310
report.AddResult(TestResult{
311311
Scenario: "ApisixRoute With Consumers Benchmark",

0 commit comments

Comments
 (0)