From 70abc82400605a4a13d96cbbbd70f27275c331f9 Mon Sep 17 00:00:00 2001 From: Wei-Ting Kuo Date: Wed, 3 Aug 2022 05:30:34 +0800 Subject: [PATCH] update run.sh to use the right queries --- datafusion/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/run.sh b/datafusion/run.sh index 83c213912..f6ecb5964 100644 --- a/datafusion/run.sh +++ b/datafusion/run.sh @@ -2,7 +2,7 @@ TRIES=3 QUERY_NUM=1 -cat queries-full.sql | while read query; do +cat queries.sql | while read query; do #sync #echo 3 | sudo tee /proc/sys/vm/drop_caches >/dev/null