Skip to content

Commit 17746fc

Browse files
committed
Auto-generated commit
1 parent 28e1469 commit 17746fc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

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

261261
<details>
262262

263+
- [`3bf34ec`](https://github.com/stdlib-js/stdlib/commit/3bf34ec6df7f894f7cbee125eb3f655ebb2d6a4e) - **chore:** fix typos, grammar, and minor issues across multiple packages [(#11167)](https://github.com/stdlib-js/stdlib/pull/11167) _(by Philipp Burckhardt)_
263264
- [`7fb96a3`](https://github.com/stdlib-js/stdlib/commit/7fb96a36dea954ceb18b65b02e511aaea505b25d) - **bench:** add missing method name in benchmark description [(#11155)](https://github.com/stdlib-js/stdlib/pull/11155) _(by Matt Van Horn)_
264265
- [`df7737d`](https://github.com/stdlib-js/stdlib/commit/df7737db3596bbb6dae75d5af8b6f8e904ab8695) - **bench:** refactor to use string interpolation in `array/little-endian-factory` [(#11141)](https://github.com/stdlib-js/stdlib/pull/11141) _(by Harshit Verma)_
265266
- [`1edd771`](https://github.com/stdlib-js/stdlib/commit/1edd7712b2a114f8717a751714624f9e23af1bc4) - **bench:** refactor to use string interpolation in `array/float64` [(#11094)](https://github.com/stdlib-js/stdlib/pull/11094) _(by Partha Das, Athan Reines)_

fixed-endian-factory/benchmark/benchmark.of.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bench( format( '%s:of', pkg ), function benchmark( b ) {
5252
b.end();
5353
});
5454

55-
bench( format( '%s:len=5', pkg ), function benchmark( b ) {
55+
bench( format( '%s:of:len=5', pkg ), function benchmark( b ) {
5656
var buf;
5757
var arr;
5858
var i;

fixed-endian-float32/benchmark/benchmark.of.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bench( format( '%s:of', pkg ), function benchmark( b ) {
4747
b.end();
4848
});
4949

50-
bench( format( '%s:len=5', pkg ), function benchmark( b ) {
50+
bench( format( '%s:of:len=5', pkg ), function benchmark( b ) {
5151
var buf;
5252
var arr;
5353
var i;

0 commit comments

Comments
 (0)