Skip to content

Commit

Permalink
Remove time (#563)
Browse files Browse the repository at this point in the history
Removing time as it was for an experiemnt.

Signed-off-by: Joe Talerico <jtaleric@redhat.com>
  • Loading branch information
jtaleric authored May 9, 2023
1 parent d088c1c commit 62acf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workloads/network-perf-v2/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log "###############################################"
log "Workload: ${WORKLOAD}"
log "###############################################"

timeout $TEST_TIMEOUT time ./k8s-netperf --debug --metrics --all --con***REMOVED***g ${WORKLOAD} --search $ES_SERVER --tcp-tolerance ${TOLERANCE} --clean=true
timeout $TEST_TIMEOUT ./k8s-netperf --debug --metrics --all --con***REMOVED***g ${WORKLOAD} --search $ES_SERVER --tcp-tolerance ${TOLERANCE} --clean=true
run=$?

# Add debugging info (will be captured in each execution output)
Expand Down

0 comments on commit 62acf51

Please sign in to comment.