As an User
I want the tool be as performant as possible
so I'm not hindered by the tool on a performance level
Acceptance criteria
- Must be able to measure/profile performance and memory usage in automated tests
- Where useful (at time of implementing) set a baseline and fail test when too slow or eating too much memory
Implementation ideas:
- For JVM stuff (memory/gc/...) Use YourKit Java Profiler (ask for Open-Source license)
- For specific code timings, use Perf4J or a library like CodeHale Metrics or Netflix Servo