-
Notifications
You must be signed in to change notification settings - Fork 78
Овсянников Никита. Технология MPI-SEQ. Подсчет числа несовпадающих символов двух строк. Вариант 27 #85
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #85 +/- ##
==========================================
+ Coverage 94.03% 94.65% +0.62%
==========================================
Files 15 17 +2
Lines 486 543 +57
Branches 181 201 +20
==========================================
+ Hits 457 514 +57
Partials 29 29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It seems that your functional tests are not being executed on the CI (see the Codecov report and the Build Applications logs) |
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.
Do you need this file?
| std::copy(seq_one.begin() + read_from, seq_one.begin() + read_from + part_len, main_buff.begin() + iter_pos); | ||
|
|
||
| std::copy(seq_two.begin() + read_from, seq_two.begin() + read_from + part_len, | ||
| main_buff.begin() + iter_pos + part_len); | ||
|
|
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.
Are you sure these copies are really needed? They dramatically reduce the efficiency in your task
Описание
Чек-лист
<фамилия>_<первая_буква_имени>_<короткое_название_задачи>clang-formatлокально в моем форке (нет ошибок форматирования)clang-tidyлокально в моем форке (нет предупреждений/ошибок)nesterov_a_vector_sum), а не вmaster