Skip to content

Commit

Permalink
chore: bump major
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 13, 2023
1 parent 82c4e18 commit 515b5a8
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": "5.4.0-crdt.1",
"version": "6.0.0",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/exported",
"types": "lib/exported.d.ts",
Expand Down

4 comments on commit 515b5a8

@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: 515b5a8 Previous: a419898 Ratio
Child logger creation 291961 ops/sec (±3.13%) 482174 ops/sec (±1.74%) 1.65
Logging a string on root logger 506516 ops/sec (±8.59%) 837539 ops/sec (±6.30%) 1.65
Logging an object on root logger 364444 ops/sec (±9.71%) 628855 ops/sec (±7.59%) 1.73
Logging an object with a message on root logger 260472 ops/sec (±10.15%) 3829 ops/sec (±228.44%) 0.014700236493749809
Logging an object with a redacted prop on root logger 278929 ops/sec (±14.80%) 432886 ops/sec (±14.46%) 1.55
Logging a nested 3-level object on root logger 3068 ops/sec (±211.43%) 372634 ops/sec (±7.62%) 121.46

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: 515b5a8 Previous: a419898 Ratio
Logging a nested 3-level object on root logger 3068 ops/sec (±211.43%) 372634 ops/sec (±7.62%) 121.46

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: 515b5a8 Previous: a419898 Ratio
Child logger creation 342538 ops/sec (±0.75%) 319895 ops/sec (±0.80%) 0.93
Logging a string on root logger 922875 ops/sec (±6.73%) 753956 ops/sec (±5.51%) 0.82
Logging an object on root logger 35643 ops/sec (±184.54%) 632099 ops/sec (±5.58%) 17.73
Logging an object with a message on root logger 384860 ops/sec (±5.73%) 7782 ops/sec (±202.56%) 0.020220339863846592
Logging an object with a redacted prop on root logger 480393 ops/sec (±5.87%) 448306 ops/sec (±14.23%) 0.93
Logging a nested 3-level object on root logger 22063 ops/sec (±183.35%) 298857 ops/sec (±9.53%) 13.55

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: 515b5a8 Previous: a419898 Ratio
Logging an object on root logger 35643 ops/sec (±184.54%) 632099 ops/sec (±5.58%) 17.73
Logging a nested 3-level object on root logger 22063 ops/sec (±183.35%) 298857 ops/sec (±9.53%) 13.55

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

Please sign in to comment.