Skip to content

Commit 431c66b

Browse files
committed
Auto-generated commit
1 parent 3f45fd4 commit 431c66b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,7 @@ A total of 7 people contributed to this release. Thank you to the following cont
12831283

12841284
<details>
12851285

1286+
- [`eb9cf48`](https://github.com/stdlib-js/stdlib/commit/eb9cf4814a5902a7ca979b162977a43fc3bf17ce) - **bench:** fix duplicate assignment _(by Athan Reines)_
12861287
- [`6f61b2d`](https://github.com/stdlib-js/stdlib/commit/6f61b2dfab95f59ff05a07769b777f5012e1c193) - **fix:** handle edge case when `dims=[]` _(by Athan Reines)_
12871288
- [`ebb1ce8`](https://github.com/stdlib-js/stdlib/commit/ebb1ce814e9d9f56a93093c6997e5c0f4e927f2d) - **bench:** fix ndarray creation _(by Athan Reines)_
12881289
- [`2690141`](https://github.com/stdlib-js/stdlib/commit/26901419b6a9b93f8e55216b4137e4a08ae57d28) - **feat:** add `ndarray/every` _(by Athan Reines)_

every/benchmark/benchmark.1d.js

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ function main() {
126126
len = pow( 10, i );
127127

128128
sh = [ len ];
129-
dims = [ 0 ];
130129
f = createBenchmark( len, sh, t1, ord, dims );
131130
bench( pkg+':ndims='+sh.length+',len='+len+',shape=['+sh.join(',')+'],xorder='+ord+',xtype='+t1+',dims=['+dims.join(',' )+']', f );
132131
}

0 commit comments

Comments
 (0)