Skip to content

Commit

Permalink
Update github actions CI test configuration and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed May 20, 2024
1 parent 7c79aa6 commit 312c36b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build-test:
runs-on: ubuntu-latest
timeout-minutes: 3
strategy:
matrix:
go-version: [ '1.17', '1.19', '1.21', '1.22']
Expand Down
4 changes: 2 additions & 2 deletions run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ $BENCH_OUTPUTS
REDIS_BENCHMARK_CMD=`which redis-benchmark`
if [ -x $REDIS_BENCHMARK_CMD ]; then
echo "Redis Benchmark Info:"
$REDIS_BENCHMARK_CMD -h 127.0.0.1 -p 5659 -n 100000 -c 64 -t set,get,incr
timeout 15s $REDIS_BENCHMARK_CMD -h 127.0.0.1 -p 5659 -n 100000 -c 64 -t set,get,incr

echo "Redis Benchmark Transparency Info:"
$REDIS_BENCHMARK_CMD -h 127.0.0.1 -p 5658 -n 5000 -c 64 -t set,get,incr
timeout 15s $REDIS_BENCHMARK_CMD -h 127.0.0.1 -p 5658 -n 50000 -c 64 -t set,get,incr
fi

sleep 3
Expand Down

0 comments on commit 312c36b

Please sign in to comment.