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 <[email protected]>
  • Loading branch information
jtaleric authored May 9, 2023
1 parent a49324d commit 7653f0f
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 --config ${WORKLOAD} --search $ES_SERVER --tcp-tolerance ${TOLERANCE} --clean=true
timeout $TEST_TIMEOUT ./k8s-netperf --debug --metrics --all --config ${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 7653f0f

Please sign in to comment.