You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, Mocha seems to perform lots of operations like Array#includes and Array#indexOf on frozen arrays while setting up its environment and executing its tests.
It would be good to have this pattern reflected in the WTB.
@mathiasbynens Are you looking to solve this by adding a specific Mocha benchmark (as the title says) or would you accept a more focused benchmark (derived from Mocha's actions) that specifically targeted operations on frozen arrays?
Specifically, Mocha seems to perform lots of operations like
Array#includes
andArray#indexOf
on frozen arrays while setting up its environment and executing its tests.It would be good to have this pattern reflected in the WTB.
Ref. https://docs.google.com/document/d/1X6zO5F_Zojizn2dmo_ftaOWsY8NltPHUhudBbUzMxnc/edit.
The text was updated successfully, but these errors were encountered: