Skip to content

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