There are at least two things that bother me in your question.
The first one is that you shouldn't use Infinispan modules from Wildfly directly. This version is used internally for Wildfly clustering. What I encourage you to do is to use the latest Infinispan Wildfly Modules. All you need to do is to unpack them into the Wildfly modules directory and use proper slot in your code (MANIFEST.MF
or jboss-deployment-structure.xml
).
Secondly, measuring performance is a very tricky business. You need to consider proper JGroups configuration, adjust GC settings, use proper cluster size and much more. I would recommend measuring performance of your application together with Infinispan (this way you will give you more meaningful results for your team). There are many tools which can help you with that including JMH or Caliper. If you are interested in measuring only Infinispan performance - you might consider using RadarGun.