Fixed throughput build script

This commit is contained in:
Joseph Henry 2015-11-09 20:16:27 -08:00
parent 19f09e46fa
commit 82a60b1e28
6 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ make -f make-intercept.mk lib
rm *.o
rm liblwip.so
make -f make-liblwip.mk
cd ../docker-test/throughput-test
cd ../docker-test/throughput
cp ../../zerotier-one zerotier-one
cp ../../zerotier-cli zerotier-cli

View File

@ -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.