fiso
fiso

Reputation: 1415

load testing with Arquillian? (with maybe another tools)

I'm using Arquillian and I need to do load test, something like running the same test with 50 threads in parallel. I tried with ContiPerf 2 and it didn't work. It is not possible.

So, do you recommend me any tool for doing the load test with Arquillian?

Upvotes: 1

Views: 570

Answers (1)

Hardy
Hardy

Reputation: 19119

Personally I don't think I would Arquillian for that. AFAIK there is no extensions available at the moment for load testing. Personally I made good experiences with JMeter, but it depends of course how you set things up.

Upvotes: 1

Related Questions