String.Split and String.Match

We are testing String.split with a string input against String.match with a regex input, both will output an array.
one year ago
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Test name Executions per second
String.split 13305190.0 Ops/sec
String.match 618288.6 Ops/sec
Script Preparation code:
Tests:
  • String.split

  • String.match

Open this result on MeasureThat.net