Skip to content

Commit

Permalink
Merge branch 'sm/project-type-consolidation' of https://github.com/fo…
Browse files Browse the repository at this point in the history
…rcedotcom/sfdx-core into sm/project-type-consolidation
  • Loading branch information
mshanemc committed Jun 11, 2024
2 parents 6b4b308 + 5923219 commit 8235d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/core",
"version": "7.3.11",
"version": "7.3.12-qa.0",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down

3 comments on commit 8235d7b

@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: 8235d7b Previous: c718a47 Ratio
Child logger creation 463833 ops/sec (±1.37%) 466722 ops/sec (±1.70%) 1.01
Logging a string on root logger 760128 ops/sec (±6.98%) 800875 ops/sec (±6.47%) 1.05
Logging an object on root logger 556880 ops/sec (±8.82%) 633821 ops/sec (±6.44%) 1.14
Logging an object with a message on root logger 8740 ops/sec (±202.25%) 5688 ops/sec (±216.73%) 0.65
Logging an object with a redacted prop on root logger 420242 ops/sec (±10.19%) 465532 ops/sec (±8.87%) 1.11
Logging a nested 3-level object on root logger 367334 ops/sec (±5.69%) 354677 ops/sec (±7.84%) 0.97

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: 8235d7b Previous: c718a47 Ratio
Child logger creation 341491 ops/sec (±3.36%) 313947 ops/sec (±3.60%) 0.92
Logging a string on root logger 794113 ops/sec (±4.67%) 718456 ops/sec (±7.47%) 0.90
Logging an object on root logger 607691 ops/sec (±5.16%) 566318 ops/sec (±7.69%) 0.93
Logging an object with a message on root logger 4563 ops/sec (±210.28%) 10898 ops/sec (±190.01%) 2.39
Logging an object with a redacted prop on root logger 402262 ops/sec (±11.22%) 439354 ops/sec (±11.93%) 1.09
Logging a nested 3-level object on root logger 321764 ops/sec (±5.00%) 331882 ops/sec (±5.25%) 1.03

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: 8235d7b Previous: c718a47 Ratio
Logging an object with a message on root logger 4563 ops/sec (±210.28%) 10898 ops/sec (±190.01%) 2.39

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

Please sign in to comment.