Run results for: Creating New Object in Loop vs Resetting Object in Loop
This tests whether is is faster to create a new object every loop and assigning it default values is quicker than creating the object outside of the loop and resetting it's default values within the loop