Skip to content

Commit

Permalink
fix type in benchmark (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Mar 18, 2024
1 parent 60507bf commit 60d59a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var run = bench([
}
setImmediate(cb)
},
function benchStructuredClose (cb) {
function benchStructuredClone (cb) {
for (var i = 0; i < max; i++) {
structuredClone(obj)
}
Expand Down

0 comments on commit 60d59a2

Please sign in to comment.