jmeter

Flask –without-threads gives better performance than –with-threads on CPU-bound tasks?

Flask –without-threads gives better performance than –with-threads on CPU-bound tasks? Question: I’m using Apache JMeter to test a tiny Flask app. The app performs some sort of CPU-bound task. Surprisingly, running the Flask app with –without-threads gives noticeably better results than running with –with-threads. How could that be? Some of the Apache JMeter settings and …

Total answers: 2