We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f881e4b commit 8ced494Copy full SHA for 8ced494
internal/scripts/eris_perf.py
@@ -169,6 +169,9 @@ def print_file(p):
169
170
for record in reader:
171
for variable, directionality in measured_variables:
172
+ # Don't monitor regressions for STL implementations, nvbug 28980890:
173
+ if "STL" in variable:
174
+ continue
175
print "&&&& PERF {0}_{1}_{2}bit_{3}mib_{4} {5} {6}{7}".format(
176
record["Algorithm"],
177
record["Element Type"],
0 commit comments