Skip to content

Commit 19071d8

Browse files
Aadish JainAadish Jain
authored andcommitted
feat(binomial-cdf): fixing benchmark file
1 parent 90fe5ea commit 19071d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/cdf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var opts = {
4040

4141
// MAIN //
4242

43-
bench( pkg, opts, function benchmark( b ) {
43+
bench( pkg + '::native', opts, function benchmark( b ) {
4444
var len;
4545
var k;
4646
var n;

0 commit comments

Comments
 (0)