From 683dc6896563466dac70e36c674f0c74b0ce458f Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Wed, 20 Jan 2021 17:40:51 -0800 Subject: [PATCH] /.github/scripts/performance-benchmarks/get-{dolt,mysql}-dolt-job-json.sh: include custom lua scripts in benchmarks --- .../scripts/performance-benchmarking/get-dolt-dolt-job-json.sh | 1 + .../scripts/performance-benchmarking/get-mysql-dolt-job-json.sh | 1 + 2 files changed, 2 insertions(+) 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",