Skip to content

Commit 90133e3

Browse files
authored
bench: update sample value
PR-URL: #2763 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
1 parent 16db19b commit 90133e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bench( pkg+'::true', function benchmark( b ) {
5757
-8,
5858
-9,
5959
-10,
60-
1.0e308
60+
-1.0e308
6161
];
6262

6363
b.tic();

lib/node_modules/@stdlib/math/base/assert/is-integer/benchmark/benchmark.native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ bench( pkg+'::native,true', opts, function benchmark( b ) {
6666
-8,
6767
-9,
6868
-10,
69-
1.0e308
69+
-1.0e308
7070
];
7171

7272
b.tic();

0 commit comments

Comments
 (0)