HTML Preparation code:
Script Preparation code:
Tests:
  • _.uniq(arrayOfOptions)

  • [...new Set(arrayOfOptions)]

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    _.uniq(arrayOfOptions)
    [...new Set(arrayOfOptions)]

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 months ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:148.0) Gecko/20100101 Firefox/148.0
Firefox 148 on Mac OS X 10.15
View result in a separate tab
Test name Executions per second
_.uniq(arrayOfOptions) 27423.2 Ops/sec
[...new Set(arrayOfOptions)] 376697.8 Ops/sec