Update benchmark.sh
This commit is contained in:
parent
21b2504ec3
commit
61d418e9a0
@ -1,12 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
functions=(hello matrix)
|
||||
|
||||
connections=(2 5 10 20 50 100 200 400 500 1000)
|
||||
|
||||
times=(10s 30s 1m 5m 15m)
|
||||
|
||||
kuberhost="node1:32764"
|
||||
|
||||
WRK_INSTALLED=$(which wrk)
|
||||
if [ "$WRK_INSTALLED" = "" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user