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

Measure runtime in Stopwatch rule for Performace tests #569

Merged
merged 1 commit into from
Dec 10, 2012

Conversation

Tibor17
Copy link
Contributor

@Tibor17 Tibor17 commented Dec 9, 2012

Follows #552. We would be able assert runtime in performance tests:

long delta= 30; Thread.sleep(300L); assertEquals(fStopwatch.runtime(MILLISECONDS), 300d, delta); Thread.sleep(500L); assertEquals(fStopwatch.runtime(MILLISECONDS), 800d, delta);

dsaff pushed a commit that referenced this pull request Dec 10, 2012
Measure runtime in Stopwatch rule for Performace tests
@dsaff dsaff merged commit fa9b88f into junit-team:master Dec 10, 2012
@dsaff
Copy link
Member

dsaff commented Dec 10, 2012

Nice. Can you update the release notes, too?

@Tibor17
Copy link
Contributor Author

Tibor17 commented Dec 10, 2012

yes, I will do it.
After i merge categories in a while.
you'r fast:)

@Tibor17
Copy link
Contributor Author

Tibor17 commented Dec 10, 2012

@dsaff
Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants