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