JMeter testing
htmlboss opened this issue · 0 comments
htmlboss commented
Ran via
./jmeter.sh -n -t Navigator-staging.jmx -l tests/run1/ -e -o tests/out1
Extract this zip file and open the index.html
to view the results: 250-concurrent-users.zip
Even the most basic endpoints get really slow once traffic ramps up. I imagine the thread pool is becoming overwhelmed and there's lots of context switching. Simply adding more threads probably won't work since we're only using one physical machine.