-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Настройка исключений для диагностики CommentedCodeDiagnostic #2917
Настройка исключений для диагностики CommentedCodeDiagnostic #2917
Conversation
Kudos, SonarCloud Quality Gate passed! |
@DiagnosticParameter( | ||
type = String.class | ||
) | ||
private Set<String> exclusionPrefixes = Collections.emptySet(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Т.к. по умолчанию сет пустой, в целом не вижу причин, почему бы не влить не глядя. Но все же спрошу - пробовал замерять с включенной настройкой? не сильно просаживается анализ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nixel2007 протестим
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Сделал замеры
feature/CommentedCodeDiagnostic_exclusionPrefixes
---------------------------------------------- benchmark: 1 tests ---------------------------------------------
Name (time in s) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations
---------------------------------------------------------------------------------------------------------------
test_analyze_ssl31 15.3787 15.9920 15.7355 0.3187 15.8356 0.4600 1;0 0.0636 3 1
---------------------------------------------------------------------------------------------------------------
test_analyze_ssl31 14.8679 15.8270 15.3444 0.4796 15.3382 0.7193 1;0 0.0652 3 1
---------------------------------------------------------------------------------------------------------------
develop
---------------------------------------------- benchmark: 1 tests ---------------------------------------------
Name (time in s) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations
---------------------------------------------------------------------------------------------------------------
test_analyze_ssl31 14.5382 15.2764 14.8924 0.3700 14.8626 0.5537 1;0 0.0671 3 1
---------------------------------------------------------------------------------------------------------------
test_analyze_ssl31 14.8964 16.0918 15.3080 0.6791 14.9359 0.8966 1;0 0.0653 3 1
---------------------------------------------------------------------------------------------------------------
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В пределах погрешности.
Описание
Связанные задачи
Closes #2916
Чеклист
Общие
gradlew precommit
)Для диагностик
Дополнительно