Remove useless test scripts
This commit is contained in:
parent
7b8da7f4fb
commit
a8411f8a7c
2 changed files with 0 additions and 6 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
mkdir -p ./{log,res}
|
||||
measlat -h 127.0.0.1 -p 9000 -c $1 -i $2 -s $3 > ./res/naive.csv 2> ./log/client-measlat-stderr.log
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
mkdir -p ./log
|
||||
udpecho -p 9000 > ./log/server-udpecho-stdout.log 2> ./log/server-udpecho-stderr.log
|
Loading…
Reference in a new issue