Skip to content

Commit d033ec0

Browse files
Update benchmark.js
Signed-off-by: Suyash Pathak <suyashp271@gmail.com>
1 parent acd4315 commit d033ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/assert/is-negative-integer-array/benchmark

lib/node_modules/@stdlib/assert/is-negative-integer-array/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function createBenchmark( fcn, len, primitives ) {
5050
}
5151
} else {
5252
for ( i = 0; i < len; i++ ) {
53-
x.push( new Number( -1.0 ) ); // eslint-disable-line no-new-wrappers
53+
x.push( new Number( -1.0 ) );
5454
}
5555
}
5656
return benchmark;

0 commit comments

Comments
 (0)