Skip to content

Commit aaeae3e

Browse files
authored
Merge branch 'main' into cschleiden/sqlite-perf
2 parents 1f84f7d + 343204f commit aaeae3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
auto-start: true
5858
redis-port: 6379
5959
redis-version: '6.2'
60-
redis-conf: 'requirepass RedisPassw0rd'
60+
redis-conf: |
61+
requirepass RedisPassw0rd
62+
appendonly yes
63+
appendfsync always
6164
6265
- name: Start MySQL
6366
run: sudo /etc/init.d/mysql start

0 commit comments

Comments
 (0)