From 000fbfdf9dd246767894b9cce6fbd5680cef887c Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 30 May 2020 03:13:04 -0400 Subject: [PATCH] More clients for endurance Former-commit-id: 8f44f0937b8ea2d43ad71861a949dfe8d187f15d --- .github/workflows/endurance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/endurance.yml b/.github/workflows/endurance.yml index 39f03e13e..78a8302de 100644 --- a/.github/workflows/endurance.yml +++ b/.github/workflows/endurance.yml @@ -18,7 +18,7 @@ jobs: - name: test-multithread run: | sudo apt-get install tcl8.5 - ./runtest --loopn 3 --config server-threads 3 --clients 2 + ./runtest --loopn 3 --config server-threads 3 --clients 4 - name: 'test 10x' run: | ./runtest --loopn 10 --clients 10