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
bench.add('Import with node: prefix',{afterEach: ()=>{deleteimport.meta.cache}},()=>{returnimport('node:fs');}).add('Import without node: prefix',{afterEach: ()=>{deleteimport.meta.cache}},()=>{returnimport('fs');});
The text was updated successfully, but these errors were encountered:
So users would be able to write benchmarks like:
The text was updated successfully, but these errors were encountered: