Skip to content

Commit 2c6c44c

Browse files
committed
feat: update benchmarks
1 parent 7083505 commit 2c6c44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/benchmark/benchmark_copy_within.length.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ function createBenchmark( len ) {
4545
var arr;
4646
var i;
4747

48-
function generateArray(len) {
49-
return new Array(len).fill(0).map(function mapFn(_, idx) {
48+
function generateArray( len ) {
49+
return new Array( len ).fill( 0 ).map(function mapFn( _, idx ) {
5050
return idx + 1;
5151
});
5252
}

0 commit comments

Comments
 (0)