Skip to content

Commit

Permalink
fix(deps): new jsforce for loop/pword fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 24, 2024
1 parent 0c92793 commit 41938ab
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 @@ -52,7 +52,7 @@
"messageTransformer/messageTransformer.ts"
],
"dependencies": {
"@jsforce/jsforce-node": "^3.2.0",
"@jsforce/jsforce-node": "^3.2.1",
"@salesforce/kit": "^3.1.6",
"@salesforce/schemas": "^1.9.0",
"@salesforce/ts-types": "^2.0.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,10 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jsforce/jsforce-node@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz#4b104613fc9bb74e0e38d2c00936ea2b228ba73a"
integrity sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==
"@jsforce/jsforce-node@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.1.tgz#00fab05919e0cbe91ae4d873377e56cfbc087b98"
integrity sha512-hjmZQbYVikm6ATmaErOp5NaKR2VofNZsrcGGHrdbGA+bAgpfg/+MA/HzRTb8BvYyPDq3RRc5A8Yk8gx9Vtcrxg==
dependencies:
"@sindresorhus/is" "^4"
"@types/node" "^18.15.3"
Expand Down

3 comments on commit 41938ab

@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: 41938ab Previous: f52699a Ratio
Child logger creation 461080 ops/sec (±1.21%) 475658 ops/sec (±2.24%) 1.03
Logging a string on root logger 818071 ops/sec (±7.52%) 707240 ops/sec (±8.47%) 0.86
Logging an object on root logger 607819 ops/sec (±7.84%) 554709 ops/sec (±7.90%) 0.91
Logging an object with a message on root logger 5340 ops/sec (±215.10%) 12489 ops/sec (±189.65%) 2.34
Logging an object with a redacted prop on root logger 448919 ops/sec (±5.65%) 431727 ops/sec (±7.76%) 0.96
Logging a nested 3-level object on root logger 366550 ops/sec (±7.53%) 345896 ops/sec (±7.77%) 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.

⚠️ Performance Alert ⚠️

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

Benchmark suite Current: 41938ab Previous: f52699a Ratio
Logging an object with a message on root logger 5340 ops/sec (±215.10%) 12489 ops/sec (±189.65%) 2.34

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: 41938ab Previous: f52699a Ratio
Child logger creation 326785 ops/sec (±0.87%) 333393 ops/sec (±1.13%) 1.02
Logging a string on root logger 747333 ops/sec (±4.67%) 807822 ops/sec (±5.53%) 1.08
Logging an object on root logger 572289 ops/sec (±5.50%) 572134 ops/sec (±8.28%) 1.00
Logging an object with a message on root logger 9031 ops/sec (±200.49%) 4958 ops/sec (±209.01%) 0.55
Logging an object with a redacted prop on root logger 445033 ops/sec (±5.63%) 462236 ops/sec (±14.91%) 1.04
Logging a nested 3-level object on root logger 326680 ops/sec (±6.43%) 347663 ops/sec (±5.06%) 1.06

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

Please sign in to comment.