Tests for empty Array creation performance

  1. Using "[]"
  2. Using "new Array"
  3. Using "new Array()"