From 5af5829ce2dd51ad78f19c1a597af776dba912cc Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 7 Feb 2024 11:27:04 +0000 Subject: [PATCH] Update docker/bench/run-ab.sh --- docker/bench/run-ab.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/bench/run-ab.sh b/docker/bench/run-ab.sh index e3f648c..208d0da 100644 --- a/docker/bench/run-ab.sh +++ b/docker/bench/run-ab.sh @@ -30,8 +30,8 @@ upload_to_hastebin() { } parse_to_csv() { - local input="$1" - local output="$2" + local input="$log_file" + local output="$log_csv" local output_dir=$(dirname "$output") # Ensure the output directory exists