Browse Source

Fixed throughput build script

Joseph Henry 9 years ago
parent
commit
82a60b1e28

+ 2 - 1
docker-test/throughput/build.sh

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

+ 1 - 1
docker-test/throughput/generate_file.sh

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

BIN
docker-test/throughput/zerotier-cli


BIN
docker-test/throughput/zerotier-one


BIN
netcon/libintercept.so.1.0


BIN
netcon/liblwip.so