Skip to content

Commit 4a2a7b1

Browse files
author
Shunichi Shinohara
committed
Merge pull request #84 from gomoripeti/pgö-fix-gp-latency
fix gnuplot latency script
2 parents 15e6749 + 915764c commit 4a2a7b1

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)