Skip to content

Commit 6c44784

Browse files
committed
Benchmark CI: Add Redis service
1 parent 7209d94 commit 6c44784

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/benchmark.yml

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ jobs:
77
benchmark:
88
name: Benchmark
99
runs-on: ubuntu-latest
10+
11+
services:
12+
redis:
13+
image: redis:6
14+
ports:
15+
- 6379:6379
16+
1017
steps:
1118
- name: Set up Go
1219
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)