Fix error

This commit is contained in:
Alexey Milovidov 2023-11-13 05:06:37 +01:00
parent 225c78681e
commit 9436209950

View File

@ -460,8 +460,8 @@ FORMAT JSONCompactEachRow"""
SELECT {pr_info.number}, '{pr_info.sha}', '{stopwatch.start_time_str}', '{build_name}', '{instance_type}', '{instance_id}', file, size SELECT {pr_info.number}, '{pr_info.sha}', '{stopwatch.start_time_str}', '{build_name}', '{instance_type}', '{instance_id}', file, size
FROM input('size UInt64, file String') FROM input('size UInt64, file String')
SETTINGS format_regexp = '^\\s*(\\d+) (.+)$' SETTINGS format_regexp = '^\\s*(\\d+) (.+)$'
FORMAT Regexp FORMAT Regexp"""
"""
binary_sizes_file = profiles_dir / "binary_sizes.txt" binary_sizes_file = profiles_dir / "binary_sizes.txt"
logging.info( logging.info(