File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
torchci/clickhouse_queries
compilers_benchmark_performance_branches
compilers_benchmark_performance Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -78,27 +78,27 @@ WHERE
78
78
(
79
79
({arch: String } = ' ' OR {arch: String } = ' a100' )
80
80
AND output LIKE CONCAT(
81
- ' %_' ,
81
+ ' %\ _' ,
82
82
{dtype: String },
83
- ' _' ,
83
+ ' \ _' ,
84
84
{mode: String },
85
- ' _' ,
85
+ ' \ _' ,
86
86
{device: String },
87
- ' _%'
87
+ ' \ _ %'
88
88
)
89
89
)
90
90
OR (
91
91
{arch: String } != ' '
92
92
AND output LIKE CONCAT(
93
- ' %_' ,
93
+ ' %\ _' ,
94
94
{dtype: String },
95
- ' _' ,
95
+ ' \ _' ,
96
96
{mode: String },
97
- ' _' ,
97
+ ' \ _' ,
98
98
{device: String },
99
- ' _' ,
99
+ ' \ _' ,
100
100
{arch: String },
101
- ' _%'
101
+ ' \ _ %'
102
102
)
103
103
)
104
104
OR (
Original file line number Diff line number Diff line change @@ -16,27 +16,27 @@ WHERE
16
16
(
17
17
({arch: String } = ' ' OR {arch: String } = ' a100' )
18
18
AND benchmark_extra_info[' output' ] LIKE CONCAT(
19
- ' %_' ,
19
+ ' %\ _' ,
20
20
{dtype: String },
21
- ' _' ,
21
+ ' \ _' ,
22
22
{mode: String },
23
- ' _' ,
23
+ ' \ _' ,
24
24
{device: String },
25
- ' _performance%'
25
+ ' \ _ performance%'
26
26
)
27
27
)
28
28
OR (
29
29
{arch: String } != ' '
30
30
AND benchmark_extra_info[' output' ] LIKE CONCAT(
31
- ' %_' ,
31
+ ' %\ _' ,
32
32
{dtype: String },
33
- ' _' ,
33
+ ' \ _' ,
34
34
{mode: String },
35
- ' _' ,
35
+ ' \ _' ,
36
36
{device: String },
37
- ' _' ,
37
+ ' \ _' ,
38
38
{arch: String },
39
- ' _performance%'
39
+ ' \ _ performance%'
40
40
)
41
41
)
42
42
OR (
You can’t perform that action at this time.
0 commit comments