We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15e6749 + 915764c commit 4a2a7b1Copy full SHA for 4a2a7b1
1 file changed
priv/gp_latencies.sh
@@ -100,7 +100,7 @@ function plot_per_op_kind() {
100
"max") COL_POS=10 ;;
101
*) Usage ;;
102
esac
103
- echo " \"${FILE}\" using 1:(\$${COL_POS}/\$2/1000) with \\"
+ echo " \"${FILE}\" using 1:(\$${COL_POS}/1000) with \\"
104
echo " ${PLOT_STYLE} \\"
105
# If plotting only 1 directory, do not add its name
106
if [ "${TEST_DIR}" == "${THIS_TEST_DIR}" ]; then
0 commit comments