-
Notifications
You must be signed in to change notification settings - Fork 50
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
Tests optimization research #47
base: master
Are you sure you want to change the base?
Conversation
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.
✅ ✅
Ну не так плохо. Есть ворнинги. | ||
|
||
```bash | ||
[bc2942a4] Finished in 1 minute 7.93 seconds (files took 8.24 seconds to load) |
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.
в районе минуты уже неплохо конечно
а вот 8 секунд на загрузку долговато
|
||
Потренировалась профилировать тесты, оптимизировала мелочи, сохранила себе информацию для дальнейшего анализа. | ||
В целом придерживалась принципа "не оптимизировать без необходимости" )) | ||
Также попробовала распараллелить, конечно, тесты прошли быстрее (28 секунд). |
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.
я бы предложил nate_heckler mode включить, чтобы видеть сколько на фабрики уходит
https://github.com/test-prof/test-prof/blob/master/docs/profilers/factory_prof.md
Исследование тестов на предмет возможности оптимизации и не особо самой оптимизации )