-
Notifications
You must be signed in to change notification settings - Fork 84
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
Task4 #133
base: master
Are you sure you want to change the base?
Task4 #133
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.
👍
@@ -2,3 +2,25 @@ | |||
|
|||
run: | |||
docker-compose build && docker-compose run --rm web rails db:setup | |||
|
|||
siege: | |||
siege -c 10 -t180s http://localhost:3000 |
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.
👍
замерялись на `siege -c 10 -t180s http://localhost:3000` + 1 мин. фона | ||
|
||
Не сказать что большой прогресс, но ОК. | ||
В целом хорошо зарекомендовали newlelic, RMP и ab. Сборка кривоватая - не все работает, особенно на M1, но инструменты изучить позволяет |
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.
👍
@@ -1,4 +1,4 @@ | |||
if Rails.env.development? && ENV["RACK_TIMEOUT_WAIT_TIMEOUT"].nil? | |||
if Rails.env.development? && Rails.env.local_production? && ENV["RACK_TIMEOUT_WAIT_TIMEOUT"].nil? |
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.
development && local_production?
What type of PR is this? (check all applicable)
Description
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings (if there are UI changes)
Added to documentation?
[optional] What gif best describes this PR or how it makes you feel?