Skip to content

Commit eb0dc06

Browse files
committed
Auto-generated commit
1 parent 7025e80 commit eb0dc06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,6 +3540,7 @@ A total of 560 issues were closed in this release:
35403540

35413541
<details>
35423542

3543+
- [`7830472`](https://github.com/stdlib-js/stdlib/commit/783047291af025831264739d9841e60ab32232f2) - **bench:** fix description _(by Athan Reines)_
35433544
- [`eb83311`](https://github.com/stdlib-js/stdlib/commit/eb83311758f6cf348950ac84555127d03dd0155e) - **bench:** fix description _(by Athan Reines)_
35443545
- [`50b3a2c`](https://github.com/stdlib-js/stdlib/commit/50b3a2c95317bf69b879709c648aacf908439c16) - **docs:** fix function name tags _(by Philipp Burckhardt)_
35453546
- [`4b1efc6`](https://github.com/stdlib-js/stdlib/commit/4b1efc6552af03e1b7d260f6f10e7e042e7d68f6) - **docs:** update dtype type _(by Athan Reines)_

strided/dnanmidrange/benchmark/benchmark.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function main() {
107107
for ( i = min; i <= max; i++ ) {
108108
len = pow( 10, i );
109109
f = createBenchmark( len );
110-
bench( format( '%s::nativendarray:len=%d', pkg, len ), opts, f );
110+
bench( format( '%s::native:ndarray:len=%d', pkg, len ), opts, f );
111111
}
112112
}
113113

0 commit comments

Comments
 (0)