Skip to content

Commit d447399

Browse files
committed
fix script and result
Signed-off-by: Murphy <mofei@starrocks.com>
1 parent 3b2505b commit d447399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starrocks/results/m6i.8xlarge_bluesky_1000m.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"total_size": 192981470543,
1313
"result": [
1414
[2.01,1.59,1.58],
15-
[76.14,11.26,11.29]
15+
[76.14,11.26,11.29],
1616
[20.50,3.40,3.32],
1717
[14.74,2.59,2.72],
1818
[2.93,3.02,2.74]

starrocks/run_queries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cat queries.sql | while read -r query; do
2727
# Execute the query multiple times
2828
for i in $(seq 1 $TRIES); do
2929
RESP=$({ /usr/bin/time -f '%e' \
30-
mysql -N -s -h "$DB_HOST" -P "$DB_MYSQL_PORT" -u"$DB_USER" "$DB_NAME" \
30+
mysql -ABN -h "$DB_HOST" -P "$DB_MYSQL_PORT" -u"$DB_USER" "$DB_NAME" \
3131
-e "$query" >/dev/null; } 2>&1)
3232
echo "Response time: ${RESP} s"
3333
done;

0 commit comments

Comments
 (0)