mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
performance comparison
This commit is contained in:
parent
e0c4cc9135
commit
960c455e0e
@ -435,8 +435,7 @@ create table queries engine File(TSVWithNamesAndTypes, 'report/queries.tsv')
|
|||||||
not short and not changed_show and stat_threshold > report_threshold - 0.05 as unstable_show,
|
not short and not changed_show and stat_threshold > report_threshold - 0.05 as unstable_show,
|
||||||
|
|
||||||
left, right, diff, stat_threshold,
|
left, right, diff, stat_threshold,
|
||||||
--if(report_threshold > 0, report_threshold, 0.10) as report_threshold,
|
if(report_threshold > 0, report_threshold, 0.10) as report_threshold,
|
||||||
0.10 as report_threshold,
|
|
||||||
test, query_index, query_display_name
|
test, query_index, query_display_name
|
||||||
from query_metric_stats
|
from query_metric_stats
|
||||||
left join file('analyze/report-thresholds.tsv', TSV,
|
left join file('analyze/report-thresholds.tsv', TSV,
|
||||||
|
Loading…
Reference in New Issue
Block a user