We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6aceb commit 35bc257Copy full SHA for 35bc257
.github/workflows/benchmark.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# Run benchmark tests
53
echo "Running benchmark tests..."
54
- redis-benchmark -h 127.0.0.1 -p 6380 -n 50000 -t set,get -c 512 -P 1024 -q
+ redis-benchmark -h 127.0.0.1 -p 6380 -n 5000000 -t set,get -c 512 -P 1024 -q
55
56
# Stop server
57
kill $SERVER_PID
0 commit comments