diff --git a/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh b/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh index 42b18c3c60..6fabed91de 100755 --- a/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh +++ b/.github/scripts/performance-benchmarking/get-dolt-dolt-job-json.sh @@ -37,6 +37,7 @@ echo ' "image": "407903926827.dkr.ecr.us-west-2.amazonaws.com/liquidata/performance-benchmarking:latest", "args": [ "--schema=/schema.sql", + "--script-dir=/scripts/lua", "--output='$format'", "--from-server='$fromServer'", "--from-version='$fromVersion'", diff --git a/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh b/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh index c37400bb72..fd06ede750 100755 --- a/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh +++ b/.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh @@ -37,6 +37,7 @@ echo ' "image": "407903926827.dkr.ecr.us-west-2.amazonaws.com/liquidata/performance-benchmarking:latest", "args": [ "--schema=/schema.sql", + "--script-dir=/scripts/lua", "--output='$format'", "--mysql-exec=/usr/sbin/mysqld", "--mysql-protocol=unix",