Skip to content

Commit 1e19e20

Browse files
authored
bench: fix missing namespace
Signed-off-by: Athan <[email protected]>
1 parent 0ff0902 commit 1e19e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/strided/dztest2/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function main() {
9797
for ( i = min; i <= max; i++ ) {
9898
len = pow( 10, i );
9999
f = createBenchmark( len );
100-
bench( pkg+':len='+len, f );
100+
bench( pkg+':ndarray:len='+len, f );
101101
}
102102
}
103103

0 commit comments

Comments
 (0)