diff --git a/lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.js index fc592562e513..980f1099c05f 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.js @@ -57,7 +57,7 @@ bench( pkg+'::true', function benchmark( b ) { -8, -9, -10, - 1.0e308 + -1.0e308 ]; b.tic(); diff --git a/lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.native.js b/lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.native.js index e7fd211b3a6b..72cf0d231cba 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.native.js +++ b/lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.native.js @@ -66,7 +66,7 @@ bench( pkg+'::native,true', opts, function benchmark( b ) { -8, -9, -10, - 1.0e308 + -1.0e308 ]; b.tic();