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() {
|
parse_to_csv() {
|
||||||
local input="$1"
|
local input="$log_file"
|
||||||
local output="$2"
|
local output="$log_csv"
|
||||||
local output_dir=$(dirname "$output")
|
local output_dir=$(dirname "$output")
|
||||||
|
|
||||||
# Ensure the output directory exists
|
# Ensure the output directory exists
|
||||||
|
|
Loading…
Reference in New Issue