From ced04131897495285b83b638f082a2b3659cb286 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 17 Sep 2020 02:10:18 +0000 Subject: [PATCH] Update endurance test for ubuntu 20 Former-commit-id: 064440ee8477baabfd7ce481fa00b9d458f70447 --- .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 dcc4d4574..8d9d64a13 100644 --- a/.github/workflows/endurance.yml +++ b/.github/workflows/endurance.yml @@ -17,6 +17,6 @@ jobs: make -j8 - name: test-multithread (5X) run: | - sudo apt-get install -y tcl8.5 + sudo apt-get install -y tcl tcl-tls ./runtest --loopn 5 --config server-threads 3 --clients 5 --endurance