Skip to content

Commit 991075b

Browse files
committed
Added new supported operators
1 parent 22b2bd8 commit 991075b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/perf_format_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
PERSISTENT_FIELDS = ["MetricGroup", "BriefDescription"]
3535

3636
# Operators
37-
OPERATORS = ["+", "-", "/", "*", "(", ")", "max(", "min(", "if", "<", ">", ",", "else"]
37+
OPERATORS = ["+", "-", "/", "*", "(", ")", "max(", "min(", "if", "<", ">", ",", "else", "<=", ">="]
3838

3939
def main():
4040
# Get file pointers from args

0 commit comments

Comments
 (0)