Skip to content

Commit 915764c

Browse files
author
Péter Gömöri
committed
fix gnuplot latency script
don't normalize latency values with duration as they are not cumulative
1 parent 15e6749 commit 915764c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

priv/gp_latencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function plot_per_op_kind() {
100100
"max") COL_POS=10 ;;
101101
*) Usage ;;
102102
esac
103-
echo " \"${FILE}\" using 1:(\$${COL_POS}/\$2/1000) with \\"
103+
echo " \"${FILE}\" using 1:(\$${COL_POS}/1000) with \\"
104104
echo " ${PLOT_STYLE} \\"
105105
# If plotting only 1 directory, do not add its name
106106
if [ "${TEST_DIR}" == "${THIS_TEST_DIR}" ]; then

0 commit comments

Comments
 (0)