Our organization is looking for a performance testing tool in every release. We are delivering a whole bunch of new software, and we want key performance features not to slow down since the latest version. We have code in C # and Java. It could be anything:
- when i run this function, it takes <2 seconds
- when I run this feature set, the sum is <5 seconds
- etc..
Is it better to do this using our basic integration testing of continuous integration (nunit, junit, team city) with manual performance checks or are there special tools that can help focus on this area.
Any suggestions?
java performance c # unit-testing
leora
source share