Skip to content

Commit a63b948

Browse files
authored
chore: address commit comments for commit e6823fe
PR-URL: #7632 Closes: #7624 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent c458860 commit a63b948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/stats/base/dists/signrank/pdf/benchmark/benchmark.native.js

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

4040
// MAIN //
4141

42-
bench( pkg, opts, function benchmark( b ) {
42+
bench( pkg+'::native', opts, function benchmark( b ) {
4343
var len;
4444
var n;
4545
var x;

0 commit comments

Comments
 (0)