Skip to content

Commit 23b84d5

Browse files
committed
Added HASH to benchmarks in CI
1 parent 2f52d8b commit 23b84d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
done
114114
115115
- name: Run Redis benchmark
116-
run: docker exec -i $CONTAINER_NAME bash -c "redis-benchmark -t get,set -r 100 -P 10 --threads 3"
116+
run: docker exec -i $CONTAINER_NAME bash -c "redis-benchmark -t get,set,incr,hget,hset,hincr -r 100 -P 10 --threads 3"
117117

118118
- name: Show Rondis logs
119119
if: always()

0 commit comments

Comments
 (0)