From c542597027d3893c8f3b56f1f634934601940f22 Mon Sep 17 00:00:00 2001 From: acarbonetto Date: Mon, 25 Sep 2023 15:10:47 -0700 Subject: [PATCH] Move duplicated logic in benchmark JS scripts to a single file, and convert to TypeScript. (#456) removed duplicated logic and refactored to typescript Signed-off-by: acarbonetto --- benchmarks/install_and_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/install_and_test.sh b/benchmarks/install_and_test.sh index beb3a866bb..ba44e3323a 100755 --- a/benchmarks/install_and_test.sh +++ b/benchmarks/install_and_test.sh @@ -280,6 +280,8 @@ do fi done + + flushDB if [ $writeResultsCSV == 1 ];