Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As an User I want the tool be as performant as possible, so I'm not hindered by the tool on a performance level #8

Open
pvdissel opened this issue Aug 17, 2013 · 0 comments

Comments

@pvdissel
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant