Skip to content

Commit

Permalink
switch previxes position to match with uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-sheth authored and rsevilla87 committed Mar 26, 2021
1 parent bede0b6 commit 0cf028d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workloads/router-perf-v2/ingress-performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ if [[ -n ${ES_SERVER} ]]; then
log "Generating results in compare.yaml"
../../utils/touchstone-compare/run_compare.sh mb ${BASELINE_UUID} ${UUID}
log "Generating CSV results"
./csv_gen.py -f compare.yaml -u ${BASELINE_UUID} ${UUID} -p ${PREFIX} ${BASELINE_PREFIX} -l ${LATENCY_TOLERANCE} -t ${THROUGHPUT_TOLERANCE}
./csv_gen.py -f compare.yaml -u ${BASELINE_UUID} ${UUID} -p ${BASELINE_PREFIX} ${PREFIX} -l ${LATENCY_TOLERANCE} -t ${THROUGHPUT_TOLERANCE}
fi

0 comments on commit 0cf028d

Please sign in to comment.