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 19, 2023
1 parent 66410b9 commit d403005
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.5",
"@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

3 comments on commit d403005

@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: d403005 Previous: 074e706 Ratio
Child logger creation 483097 ops/sec (±0.57%) 478739 ops/sec (±0.91%) 0.99
Logging a string on root logger 824192 ops/sec (±7.86%) 777087 ops/sec (±9.42%) 0.94
Logging an object on root logger 628930 ops/sec (±6.75%) 591869 ops/sec (±7.08%) 0.94
Logging an object with a message on root logger 5918 ops/sec (±212.76%) 9385 ops/sec (±203.33%) 1.59
Logging an object with a redacted prop on root logger 424172 ops/sec (±10.52%) 461562 ops/sec (±9.42%) 1.09
Logging a nested 3-level object on root logger 372664 ops/sec (±6.75%) 400089 ops/sec (±6.03%) 1.07

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: d403005 Previous: 074e706 Ratio
Child logger creation 340424 ops/sec (±0.46%) 327601 ops/sec (±0.84%) 0.96
Logging a string on root logger 796854 ops/sec (±5.83%) 763744 ops/sec (±5.87%) 0.96
Logging an object on root logger 615682 ops/sec (±5.80%) 559725 ops/sec (±6.13%) 0.91
Logging an object with a message on root logger 4954 ops/sec (±211.26%) 11399 ops/sec (±189.00%) 2.30
Logging an object with a redacted prop on root logger 505635 ops/sec (±5.67%) 416012 ops/sec (±4.74%) 0.82
Logging a nested 3-level object on root logger 310808 ops/sec (±5.61%) 296467 ops/sec (±5.19%) 0.95

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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Logger Benchmarks - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d403005 Previous: 074e706 Ratio
Logging an object with a message on root logger 4954 ops/sec (±211.26%) 11399 ops/sec (±189.00%) 2.30

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

Please sign in to comment.