From 73db61ea86e3aa0af548c496e8294cd74f1d49b7 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 30 May 2020 02:40:44 -0400 Subject: [PATCH] Endurance tests need to be faster, reduce loops Former-commit-id: 1803b1587b4ca28457263eec849b66b6ab9de630 --- .github/workflows/endurance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/endurance.yml b/.github/workflows/endurance.yml index a76724ce0..39f03e13e 100644 --- a/.github/workflows/endurance.yml +++ b/.github/workflows/endurance.yml @@ -19,7 +19,7 @@ jobs: run: | sudo apt-get install tcl8.5 ./runtest --loopn 3 --config server-threads 3 --clients 2 - - name: 'test 20x' + - name: 'test 10x' run: | - ./runtest --loopn 20 --clients 10 + ./runtest --loopn 10 --clients 10