Update bencher settings and setup script

This commit is contained in:
Joakim Frostegård 2023-12-30 15:54:18 +01:00
parent 42a9e8f99e
commit 87e7811751
3 changed files with 8 additions and 3 deletions

View file

@ -24,6 +24,8 @@ make
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/
cd ..