Skip to content

Commit

Permalink
chore: revert salesforce kit bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed May 29, 2024
1 parent c6e128e commit 636a61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
"dependencies": {
"@jsforce/jsforce-node": "^3.2.0",
"@salesforce/kit": "^3.1.2",
"@salesforce/kit": "^3.1.1",
"@salesforce/schemas": "^1.9.0",
"@salesforce/ts-types": "^2.0.9",
"ajv": "^8.14.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@
typescript "^5.4.3"
wireit "^0.14.4"

"@salesforce/kit@^3.1.2":
"@salesforce/kit@^3.1.1":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.2.tgz#270741c54c70969df19ef17f8979b4ef1fa664b2"
integrity sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==
Expand Down

3 comments on commit 636a61e

@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: 636a61e Previous: c6e128e Ratio
Child logger creation 496074 ops/sec (±0.93%) 439449 ops/sec (±1.89%) 0.89
Logging a string on root logger 780811 ops/sec (±9.77%) 846438 ops/sec (±6.72%) 1.08
Logging an object on root logger 597216 ops/sec (±9.43%) 642604 ops/sec (±7.21%) 1.08
Logging an object with a message on root logger 4683 ops/sec (±220.57%) 21461 ops/sec (±185.12%) 4.58
Logging an object with a redacted prop on root logger 442329 ops/sec (±14.64%) 515956 ops/sec (±7.09%) 1.17
Logging a nested 3-level object on root logger 379046 ops/sec (±7.68%) 21056 ops/sec (±185.32%) 0.05554998601752822

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: 636a61e Previous: c6e128e Ratio
Logging an object with a message on root logger 4683 ops/sec (±220.57%) 21461 ops/sec (±185.12%) 4.58

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: 636a61e Previous: c6e128e Ratio
Child logger creation 343167 ops/sec (±0.94%) 336705 ops/sec (±1.27%) 0.98
Logging a string on root logger 826756 ops/sec (±7.11%) 824873 ops/sec (±7.58%) 1.00
Logging an object on root logger 593723 ops/sec (±7.04%) 619568 ops/sec (±6.48%) 1.04
Logging an object with a message on root logger 4007 ops/sec (±213.72%) 2620 ops/sec (±234.45%) 0.65
Logging an object with a redacted prop on root logger 446553 ops/sec (±14.48%) 434476 ops/sec (±10.40%) 0.97
Logging a nested 3-level object on root logger 333821 ops/sec (±6.75%) 334917 ops/sec (±3.99%) 1.00

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

Please sign in to comment.