Browse Source

Fixed throughput build script

pull/1/head
Joseph Henry 11 years ago
parent
commit
82a60b1e28
  1. 3
      docker-test/throughput/build.sh
  2. 2
      docker-test/throughput/generate_file.sh
  3. BIN
      docker-test/throughput/zerotier-cli
  4. BIN
      docker-test/throughput/zerotier-one
  5. BIN
      netcon/libintercept.so.1.0
  6. BIN
      netcon/liblwip.so

3
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

2
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

Binary file not shown.

BIN
docker-test/throughput/zerotier-one

Binary file not shown.

BIN
netcon/libintercept.so.1.0

Binary file not shown.

BIN
netcon/liblwip.so

Binary file not shown.
Loading…
Cancel
Save