Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump benchmark thresholds #1064

Merged
merged 1 commit into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/gobenchdata-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ checks:
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1240
max: 1950
max: 2100
- package: ./internal/langserver/handlers
name: aws-consul
benchmarks: [BenchmarkInitializeFolder_basic/aws-consul]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1360
max: 2100
max: 2200
- package: ./internal/langserver/handlers
name: aws-eks
benchmarks: [BenchmarkInitializeFolder_basic/aws-eks]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1570
max: 3200
max: 3500
- package: ./internal/langserver/handlers
name: aws-vpc
benchmarks: [BenchmarkInitializeFolder_basic/aws-vpc]
Expand All @@ -61,14 +61,14 @@ checks:
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1430
max: 15000
max: 16000
- package: ./internal/langserver/handlers
name: google-gke
benchmarks: [BenchmarkInitializeFolder_basic/google-gke]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1500
max: 20000
max: 21000
- package: ./internal/langserver/handlers
name: k8s-metrics-server
benchmarks: [BenchmarkInitializeFolder_basic/k8s-metrics-server]
Expand All @@ -82,4 +82,4 @@ checks:
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1100
max: 3600
max: 4300
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
benchmarks:
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 90
steps:
-
name: Checkout
Expand Down