how is the performance of xpath check of gatling?

Hi All,

My script with jmeter use 2-3 xpath which influence the performance a lot during test, just find this tool with lots cool features, so just want to know if any one try the xpath and can give me some tips before i try?

thanks

Hi,

The impact depends on your use case, ie the size of your pages and the number of xpath checks you perform.
As Gatling’s coordination and NIO engines are very efficient, it saves a lot of CPU to perform such tasks.
You can also give VTD-XML extension a try.
See:
https://github.com/excilys/gatling/wiki/Checks#wiki-xpath

https://github.com/excilys/gatling/wiki/VTD-XML

https://github.com/excilys/gatling-vtd

Cheers,

Stéphane