mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
use 2 CPUs for the netio benchmark
This commit is contained in:
parent
054e5b4dd7
commit
5edefa8a89
1 changed files with 1 additions and 1 deletions
2
tests.sh
2
tests.sh
|
@ -25,7 +25,7 @@ kill $!
|
|||
# test connection via netio
|
||||
wget http://web.ars.de/wp-content/uploads/2017/04/netio132.zip
|
||||
unzip netio132.zip
|
||||
HERMIT_ISLE=qemu HERMIT_CPUS=1 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
|
||||
chmod a+rx bin/linux-x86_64
|
||||
bin/linux-x86_64 -t 127.0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue