Update docker/bench/run-ab.sh
This commit is contained in:
parent
d645fdec33
commit
5af5829ce2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue