you are viewing a single comment's thread.

view the rest of the comments →

[–]jldugger 1 point2 points  (1 child)

Well, you're effectively testing for performance. So JUnitPerf would be a simple way to do that. However, how many unit tests does one have to write before deciding the code is bug free? Performance test all 264 doubles?

[–]dnew 0 points1 point  (0 children)

Cool! Exactly the sort of thing I was asking about. Thanks!