Skip to content

Commit

Permalink
Run benchmark before showing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 14, 2024
1 parent 2191cdd commit 2f52d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ jobs:
echo "Success in run $i"
done
- name: Run Redis benchmark
run: docker exec -i $CONTAINER_NAME bash -c "redis-benchmark -t get,set -r 100 -P 10 --threads 3"

- name: Show Rondis logs
if: always()
run: cat $LOCAL_RONDIS_LOG

- name: Run Redis benchmark
run: docker exec -i $CONTAINER_NAME bash -c "redis-benchmark -t get,set -r 100 -P 10 --threads 3"

0 comments on commit 2f52d8b

Please sign in to comment.