mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix performance_comparison_check.py
This commit is contained in:
parent
f76325c439
commit
cc74e3dd19
@ -153,7 +153,7 @@ if __name__ == "__main__":
|
||||
"CLICKHOUSE_PERFORMANCE_COMPARISON_CHECK_NAME_PREFIX": check_name_prefix,
|
||||
}
|
||||
|
||||
docker_env += " ".join([f"-e {name}" for name in env_extra])
|
||||
docker_env += "".join([f" -e {name}" for name in env_extra])
|
||||
|
||||
run_command = get_run_command(
|
||||
result_path,
|
||||
|
Loading…
Reference in New Issue
Block a user