Endurance not setup for pro
Former-commit-id: 97ad41effac1322a4ad14c441e23838bb20528da
This commit is contained in:
parent
b7766272ab
commit
ac1aa342cf
22
.github/workflows/endurance.yml
vendored
22
.github/workflows/endurance.yml
vendored
@ -1,22 +0,0 @@
|
||||
name: Endurance
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 * * * *'
|
||||
|
||||
jobs:
|
||||
|
||||
test-endurance:
|
||||
runs-on: octocore
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: make
|
||||
run: |
|
||||
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||
make -j8
|
||||
- name: test-multithread (5X)
|
||||
run: |
|
||||
sudo apt-get install -y tcl8.5
|
||||
./runtest --loopn 5 --config server-threads 3 --clients 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user