Skip to content

Commit

Permalink
chore(dev-deps): bump @types/benchmark from 2.1.3 to 2.1.5
Browse files Browse the repository at this point in the history
Bumps [@types/benchmark](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/benchmark) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/benchmark)

---
updated-dependencies:
- dependency-name: "@types/benchmark"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2023
1 parent a632beb commit 074e706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@salesforce/dev-scripts": "^6.0.4",
"@salesforce/ts-sinon": "^1.4.19",
"@types/benchmark": "^2.1.3",
"@types/benchmark": "^2.1.5",
"@types/chai-string": "^1.4.5",
"@types/jsonwebtoken": "9.0.3",
"@types/proper-lockfile": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,10 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e"
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==

"@types/benchmark@^2.1.3":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@types/benchmark/-/benchmark-2.1.3.tgz#7f62084640c509d5619ad33f4d4a29be044ecbe2"
integrity sha512-psuUawgwIy/hSjO4AUDiPBJhJx72e3cBL+YzmVK/5ofRJC02R0NmvrSenGRuSmJc++0j95y2T01xKKNz50FGZw==
"@types/benchmark@^2.1.5":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@types/benchmark/-/benchmark-2.1.5.tgz#940c1850c18fdfdaee3fd6ed29cd92ae0d445b45"
integrity sha512-cKio2eFB3v7qmKcvIHLUMw/dIx/8bhWPuzpzRT4unCPRTD8VdA9Zb0afxpcxOqR4PixRS7yT42FqGS8BYL8g1w==

"@types/chai-string@^1.4.5":
version "1.4.5"
Expand Down

2 comments on commit 074e706

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: 074e706 Previous: dd051bd Ratio
Child logger creation 478739 ops/sec (±0.91%) 468273 ops/sec (±2.31%) 0.98
Logging a string on root logger 777087 ops/sec (±9.42%) 738802 ops/sec (±8.52%) 0.95
Logging an object on root logger 591869 ops/sec (±7.08%) 596845 ops/sec (±8.39%) 1.01
Logging an object with a message on root logger 9385 ops/sec (±203.33%) 14232 ops/sec (±189.39%) 1.52
Logging an object with a redacted prop on root logger 461562 ops/sec (±9.42%) 486264 ops/sec (±4.50%) 1.05
Logging a nested 3-level object on root logger 400089 ops/sec (±6.03%) 376838 ops/sec (±9.25%) 0.94

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: 074e706 Previous: dd051bd Ratio
Child logger creation 327601 ops/sec (±0.84%) 319902 ops/sec (±0.92%) 0.98
Logging a string on root logger 763744 ops/sec (±5.87%) 846988 ops/sec (±7.91%) 1.11
Logging an object on root logger 559725 ops/sec (±6.13%) 657782 ops/sec (±7.73%) 1.18
Logging an object with a message on root logger 11399 ops/sec (±189.00%) 12701 ops/sec (±188.88%) 1.11
Logging an object with a redacted prop on root logger 416012 ops/sec (±4.74%) 479070 ops/sec (±8.50%) 1.15
Logging a nested 3-level object on root logger 296467 ops/sec (±5.19%) 332719 ops/sec (±5.31%) 1.12

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.