Skip to content

Commit b4af45e

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 074a514 commit b4af45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/zdotc/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function main() {
102102
for ( i = min; i <= max; i++ ) {
103103
len = pow( 10, i );
104104
f = createBenchmark( len );
105-
bench( pkg+':len='+len, f );
105+
bench( pkg+':ndarray:len='+len, f );
106106
}
107107
}
108108

0 commit comments

Comments
 (0)