Update run.sh

This commit is contained in:
Alexander Kuzmenkov 2021-04-23 23:03:53 +03:00 committed by GitHub
parent 9f187b594c
commit 77f0be25b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ do
arrayStringConcat((arrayMap(x -> concat(splitByChar('/', addressToLine(x))[-1], '#', demangle(addressToSymbol(x)) ), trace)), ';') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '"$trace_type"'
where trace_type = '$trace_type'
group by trace
order by samples desc
settings allow_introspection_functions = 1