Skip to content

Commit 8ced494

Browse files
committed
Remove perf monitoring for STL implementations.
Bug 200650178
1 parent f881e4b commit 8ced494

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/scripts/eris_perf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ def print_file(p):
169169

170170
for record in reader:
171171
for variable, directionality in measured_variables:
172+
# Don't monitor regressions for STL implementations, nvbug 28980890:
173+
if "STL" in variable:
174+
continue
172175
print "&&&& PERF {0}_{1}_{2}bit_{3}mib_{4} {5} {6}{7}".format(
173176
record["Algorithm"],
174177
record["Element Type"],

0 commit comments

Comments
 (0)