Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 28, 2023
1 parent 96212fa commit cba2074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmark.num_arrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function main() {

for ( i = min; i <= max; i++ ) {
f = createBenchmark( i, 10 );
bench( pkg+'::ndarray,2d::num_arrays='+i+',from_ndims=2,to_ndims=10', f );
bench( pkg+'::ndarray,2d:num_arrays='+i+',from_ndims=2,to_ndims=10', f );
}
}

Expand Down

0 comments on commit cba2074

Please sign in to comment.