Skip to content

Commit 2b03a77

Browse files
committed
Auto-generated commit
1 parent 10eec01 commit 2b03a77

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<details>
3434

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

benchmark/benchmark.1d.js

Lines changed: 0 additions & 1 deletion
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)