From cc49720fd5d967d50f130ee8978faa84cf108b2d Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 30 May 2020 02:10:00 -0400 Subject: [PATCH] Also test with multiple threads Former-commit-id: a10a0df09f103f74953ae127b64c2e891f73191e --- .github/workflows/endurance.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/endurance.yml b/.github/workflows/endurance.yml index b688c4f1b..a76724ce0 100644 --- a/.github/workflows/endurance.yml +++ b/.github/workflows/endurance.yml @@ -15,8 +15,11 @@ jobs: run: | sudo apt-get -y install uuid-dev libcurl4-openssl-dev make -j8 - - name: 'test 20x' + - name: test-multithread run: | sudo apt-get install tcl8.5 + ./runtest --loopn 3 --config server-threads 3 --clients 2 + - name: 'test 20x' + run: | ./runtest --loopn 20 --clients 10