bencher: update config defaults, use load test max_response_peers

This commit is contained in:
Joakim Frostegård 2024-01-03 19:51:09 +01:00
parent bbe09bd0df
commit df13ae9399
3 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,6 @@ cd ..
git clone git://erdgeist.org/opentracker
cd opentracker
sed -i "s/^OPTS_production=-O3/OPTS_production=-O3 -march=native -mtune=native/g" Makefile
sed -i "s/if \(numwant > 200\) numwant = 200/if (numwant > 50) numwant = 50/g" ot_udp.c
make
sudo cp ./opentracker /usr/local/bin/
git log --oneline | head -n 1