https://bz.apache.org/bugzilla/show_bug.cgi?id=58281
Bug ID: 58281
Summary: Can RandomOrderController.reorder() just use
Collections.shuffle?
Product: JMeter
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
While looking at replacing old style for loops I came across the reorder method
on the RandomOrderController.
Can we replace this custom O(n^2) method with a call to Collections.shuffle()
O(n)?
--
You are receiving this mail because:
You are the assignee for the bug.