Reputation: 13985
I want to use JMH as a framework for performance testing on functional/user level for web application. Imagine me using JMH to, say, measure how long it takes from the moment when 100 users click "Post Your Question" on this site concurrently, to the moment when user sees their question posted.
Is this entirely wrong? What are the drawbacks of such approach?
Upvotes: 2
Views: 556
Reputation: 13985
Now using this approach for approximately 6 months, I want to say that I still did not see any drawbacks. A few things I learned:
Upvotes: 3