Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function benchFastCopy (cb) {
for (var i = 0; i < max; i++) {
fastCopy(obj)
}
setImmediate(cb)
},
function benchRfdc (cb) {
function benchFastCopy (cb) {
for (var i = 0; i < max; i++) {
fastCopy(obj)
}
setImmediate(cb)
},
function benchObjectAssign (cb) {