Run only selected benchmark tests

This commit is contained in:
ZeroNet 2019-12-17 15:25:46 +01:00 committed by GitHub
parent 1ad97a6696
commit afe0d82f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ before_script:
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
fi
script:
- python zeronet.py test benchmark --num_multipler 10
- python zeronet.py test benchmark --num_multipler 5 --filter crypt
- python zeronet.py test benchmark --num_multipler 5 --filter msgpack
- python zeronet.py test benchmark --num_multipler 10 --filter verify
- python -m pytest -x plugins/CryptMessage/Test
- python -m pytest -x plugins/Bigfile/Test
- python -m pytest -x plugins/AnnounceLocal/Test