mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Fixed throughput build script
This commit is contained in:
parent
19f09e46fa
commit
82a60b1e28
6 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ make -f make-intercept.mk lib
|
||||||
rm *.o
|
rm *.o
|
||||||
rm liblwip.so
|
rm liblwip.so
|
||||||
make -f make-liblwip.mk
|
make -f make-liblwip.mk
|
||||||
cd ../docker-test/throughput-test
|
|
||||||
|
cd ../docker-test/throughput
|
||||||
|
|
||||||
cp ../../zerotier-one zerotier-one
|
cp ../../zerotier-one zerotier-one
|
||||||
cp ../../zerotier-cli zerotier-cli
|
cp ../../zerotier-cli zerotier-cli
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
dd if=/dev/urandom of=/var/www/html/bigfile bs=100M count=1
|
dd if=/dev/urandom of=/var/www/html/big bs=100M count=1
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue