Tests for Number creation performance

  1. Using simple number
  2. Using parseInt
  3. Using parseFloat
  4. Using new with string int
  5. Using new with string float
  6. Using new with simple number
  7. Using new with parseInt
  8. Using new with parseFloat