Skip to content

Commit 967e94d

Browse files
solved issue-5902
1 parent b002510 commit 967e94d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/levy/median/benchmark/benchmark.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@ bench( pkg, function benchmark( b ) {
6565
}
6666
b.pass( 'benchmark finished' );
6767
b.end();
68-
});
68+
69+
});
70+

lib/node_modules/@stdlib/stats/base/dists/levy/median/benchmark/benchmark.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ bench( pkg+'::native', opts, function benchmark( b ) {
7575
b.pass( 'benchmark finished' );
7676
b.end();
7777
});
78+

0 commit comments

Comments
 (0)