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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
i create a spring boot project, based on the spring mvc. every request, print 1 logs. i send request with jmeter, 100 threads, cycle 1000times every thread。 i should get 100*1000 = 100000 logs, bug i get 86000logs. if i use the synchronization mode,i can get 100000logs。 why?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i create a spring boot project, based on the spring mvc. every request, print 1 logs. i send request with jmeter, 100 threads, cycle 1000times every thread。 i should get 100*1000 = 100000 logs, bug i get 86000logs. if i use the synchronization mode,i can get 100000logs。 why?
The text was updated successfully, but these errors were encountered: