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