You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applied, the number of selenium requests in the primary test is halved.
However, the number of requests may increase if the "reflected callback" verified issue
I don't know what's faster and less expensive, but I need to offer options.
추가로 ruby라서 느린것도 있네.. go로 짰어야했는데.. =_=
아무튼 성능적 이슈를 해결해야할 방법은 분명 있어. 가장 느린건 셀레니움..
(결국 성능을 잡으려면 셀레니움 사용을 최소화해야해, 아님 매번 요청마다 드라이버를 만들지 않고 스캔 초기에 로딩 후 1개의 드라이버로만 체크하는거야. 대신 드라이버에 대한 job 관리는 필수일듯)
이건 한번 성능 테스트를 해봐야할듯.
e.g
100개의 request를 10개의 쓰레드 기준: 10 driver(매번 재생성) vs 1 driver(재사용)
before
after
--force-selenium-verify
The text was updated successfully, but these errors were encountered: