Skip to content

Commit 1000bbf

Browse files
committed
Auto-generated commit
1 parent 001ed8a commit 1000bbf

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-08-03)
7+
## Unreleased (2024-08-08)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`90133e3`](https://github.com/stdlib-js/stdlib/commit/90133e3fcc5deb6ea888468f2b610d1786dbba00) - **bench:** update sample value [(#2763)](https://github.com/stdlib-js/stdlib/pull/2763) _(by Gunj Joshi)_
1516
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1617

1718
</details>
@@ -24,9 +25,10 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 2 people contributed to this release. Thank you to the following contributors:
2829

2930
- Athan Reines
31+
- Gunj Joshi
3032

3133
</section>
3234

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Roman Stetsyk <[email protected]>
7070
7171
Ryan Seal <[email protected]>
7272
Sai Srikar Dumpeti <[email protected]>
73+
SarthakPaandey <[email protected]>
7374
Seyyed Parsa Neshaei <[email protected]>
7475
Shashank Shekhar Singh <[email protected]>
7576

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bench( pkg+'::true', function benchmark( b ) {
5757
-8,
5858
-9,
5959
-10,
60-
1.0e308
60+
-1.0e308
6161
];
6262

6363
b.tic();

benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ bench( pkg+'::native,true', opts, function benchmark( b ) {
6666
-8,
6767
-9,
6868
-10,
69-
1.0e308
69+
-1.0e308
7070
];
7171

7272
b.tic();

0 commit comments

Comments
 (0)