Skip to content

Commit 95e11bb

Browse files
authored
ci: increase max number of threads for benchmark (#262)
1 parent 80a1914 commit 95e11bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
REDIS_VERSION: '7.2'
152152
DOCKER_COMPOSE_FILE: 'compose.latency.yaml'
153153
REDIS_REPLICA_SIZE: '2'
154-
REDIS_CLIENT_MAX_THREADS: '5'
154+
REDIS_CLIENT_MAX_THREADS: '10'
155155
DELAY_TIME: '1ms'
156156
steps:
157157
- name: Check out code

0 commit comments

Comments
 (0)