added new benchmarks

This commit is contained in:
Domingo Dirutigliano
2025-03-23 16:58:55 +01:00
parent 81fb48c97c
commit b654967247
5 changed files with 430 additions and 4 deletions

View File

@@ -36,9 +36,5 @@ python3 nfproxy_test.py -p $PASSWORD || ERROR=1
echo "Running Netfilter Proxy ipv6"
python3 nfproxy_test.py -p $PASSWORD -6 || ERROR=1
if [[ "$ERROR" == "0" ]] then
python3 benchmark.py -p $PASSWORD -r 5 -d 1 -s 10 || ERROR=1
fi
exit $ERROR