Skip to content

Commit

Permalink
*: enable larger runner
Browse files Browse the repository at this point in the history
DEBUG

Signed-off-by: Wei Fu <fuweid89@gmail.com>
  • Loading branch information
fuweid committed Aug 18, 2023
1 parent 699861a commit 00604ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/robustness.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ jobs:
count: 12
testTimeout: 30m
artifactName: main
runs-on: "['ubuntu-latest-8-cores']"

Check failure on line 14 in .github/workflows/robustness.yaml

View workflow job for this annotation

GitHub Actions / run

14:1 [empty-lines] too many blank lines (1 > 0)
2 changes: 1 addition & 1 deletion tests/robustness/traffic/traffic.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (

LowTraffic = Profile{
Name: "LowTraffic",
MinimalQPS: 80,
MinimalQPS: 100,
MaximalQPS: 200,
ClientCount: 8,
MaxNonUniqueRequestConcurrency: 3,
Expand Down

0 comments on commit 00604ad

Please sign in to comment.