Update benchmark.sh

This commit is contained in:
Torma Kristóf 2019-04-02 23:42:11 +02:00 committed by GitHub
parent 21b2504ec3
commit 61d418e9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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