mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
define packet size in test script
This commit is contained in:
parent
54bb7a84d9
commit
7a4e1ad7fd
1 changed files with 1 additions and 1 deletions
2
tests.sh
2
tests.sh
|
@ -28,7 +28,7 @@ unzip netio132.zip
|
||||||
HERMIT_ISLE=qemu HERMIT_CPUS=2 HERMIT_KVM=0 HERMIT_VERBOSE=1 HERMIT_APP_PORT=18767 $PROXY $TDIR/benchmarks/netio &
|
HERMIT_ISLE=qemu HERMIT_CPUS=2 HERMIT_KVM=0 HERMIT_VERBOSE=1 HERMIT_APP_PORT=18767 $PROXY $TDIR/benchmarks/netio &
|
||||||
sleep 1
|
sleep 1
|
||||||
chmod a+rx bin/linux-x86_64
|
chmod a+rx bin/linux-x86_64
|
||||||
bin/linux-x86_64 -t 127.0.0.1
|
bin/linux-x86_64 -t -b 4k localhost
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
# kill server
|
# kill server
|
||||||
|
|
Loading…
Add table
Reference in a new issue