Update docker/bench/run-ab.sh

This commit is contained in:
colin 2024-02-07 11:27:04 +00:00
parent d645fdec33
commit 5af5829ce2
1 changed files with 2 additions and 2 deletions

View File

@ -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