Endurance tests need to be faster, reduce loops

Former-commit-id: 1803b1587b4ca28457263eec849b66b6ab9de630
This commit is contained in:
John Sully 2020-05-30 02:40:44 -04:00
parent e48e8511ec
commit 73db61ea86

View File

@ -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