Skip to content

Commit f5242e4

Browse files
committed
bench: fix description
1 parent 507f951 commit f5242e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/maybe-broadcast-arrays/benchmark/benchmark.num_arrays.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function main() {
118118

119119
for ( i = min; i <= max; i++ ) {
120120
f = createBenchmark( i, 10 );
121-
bench( pkg+'::ndarray,2d::num_arrays='+i+',from_ndims=2,to_ndims=10', f );
121+
bench( pkg+'::ndarray,2d:num_arrays='+i+',from_ndims=2,to_ndims=10', f );
122122
}
123123
}
124124

0 commit comments

Comments
 (0)