Skip to content

Commit

Permalink
ci: bump google-network & awk-eks benchmark thresholds (#863)
Browse files Browse the repository at this point in the history
* ci: bump google-network benchmark threshold

* ci: bump aws-eks bechmark threshold
  • Loading branch information
radeksimko authored Apr 11, 2022
1 parent b5daf6d commit f49cd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/gobenchdata-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ checks:
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1570
max: 2500
max: 2900
- package: ./internal/langserver/handlers
name: aws-vpc
benchmarks: [BenchmarkInitializeFolder_basic/aws-vpc]
Expand All @@ -61,7 +61,7 @@ checks:
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1430
max: 2470
max: 2700
- package: ./internal/langserver/handlers
name: google-gke
benchmarks: [BenchmarkInitializeFolder_basic/google-gke]
Expand Down

0 comments on commit f49cd99

Please sign in to comment.