File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
torchci/clickhouse_queries
compilers_benchmark_api_commit_query
compilers_benchmark_api_query Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1515 )
1616 OR empty({branches: Array(String)})
1717 )
18+ AND NOT (
19+ endsWith(benchmark_extra_info[' output' ], ' huggingface.csv' )
20+ OR endsWith(benchmark_extra_info[' output' ], ' torchbench.csv' )
21+ OR endsWith(benchmark_extra_info[' output' ], ' timm_models.csv' )
22+ )
1823 AND (
1924 has({suites: Array(String)}, suite)
2025 OR empty({suites: Array(String)})
Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ SELECT
1919FROM benchmark .oss_ci_benchmark_torchinductor
2020WHERE
2121 workflow_id IN ({workflows: Array(UInt64)})
22+ AND NOT (
23+ endsWith(benchmark_extra_info[' output' ], ' huggingface.csv' )
24+ OR endsWith(benchmark_extra_info[' output' ], ' torchbench.csv' )
25+ OR endsWith(benchmark_extra_info[' output' ], ' timm_models.csv' )
26+ )
2227 AND (
2328 has(
2429 {branches: Array(String)},
You can’t perform that action at this time.
0 commit comments