'[yardstick ignite]Questions about implementing new yardstick tests for services

I would like to implement some yardstick tests for a service layer that I've implemented on top of Ignite 2.12.0.

I want to implement a couple of test drivers (both thick client and thin, for contrast) that calls my services following the use cases that we've defined. The services are backed up by IgniteCaches and IgniteAtomics. I'm using Spring and I've refactored the configuration (dataStorage and cacheConfiguration) such that the base config is imported into both the operational config and yardstick config.

Reviewing all of the yardstick docs that I could find, I am still a little confused:

  • SERVERS - would these be the serverNodes of my service Grid? If not, what other function do they do?
  • DRIVERS - these are the test drivers that run the tests that I implement?
  • I'm not quite sure how I can get yardstick to test the performance of my underlying caches, any clues in this direction would be helpful. It look like yardstick is heavily dependent on reflection?

Thanks in advance for any insights, Greg



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source