-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fallback on all Redis errors * Benchmark: Fail on test error (tee ate the pipe error) * Disable fallback on benchmark test * Tweak redis pool settings for benchmark * Chill the defaults, we don't need that many connections * Benchmark: Close redis client on each test iteration (-count=10) * Update Redis in CI, lower #no of requests * Remove benchmark from CI, as Github Actions limit us too much #16 (comment)
- Loading branch information
1 parent
487f95a
commit 1ab0ec2
Showing
5 changed files
with
51 additions
and
100 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
|
||
services: | ||
redis: | ||
image: redis:6 | ||
image: redis:7 | ||
ports: | ||
- 6379:6379 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters