Skip to content

Commit

Permalink
chore: bump major
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jun 19, 2024
1 parent 186e05b commit bd03190
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.5.0",
"version": "8.0.0",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down

2 comments on commit bd03190

@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: bd03190 Previous: 96a9f59 Ratio
Child logger creation 470560 ops/sec (±1.34%) 463297 ops/sec (±1.02%) 0.98
Logging a string on root logger 804441 ops/sec (±7.49%) 797989 ops/sec (±8.42%) 0.99
Logging an object on root logger 617201 ops/sec (±6.29%) 611559 ops/sec (±5.78%) 0.99
Logging an object with a message on root logger 3822 ops/sec (±220.28%) 5821 ops/sec (±219.86%) 1.52
Logging an object with a redacted prop on root logger 423920 ops/sec (±9.46%) 460353 ops/sec (±8.93%) 1.09
Logging a nested 3-level object on root logger 365283 ops/sec (±8.22%) 381898 ops/sec (±8.47%) 1.05

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: bd03190 Previous: 96a9f59 Ratio
Child logger creation 333243 ops/sec (±0.68%) 342108 ops/sec (±0.90%) 1.03
Logging a string on root logger 771857 ops/sec (±5.37%) 841032 ops/sec (±5.79%) 1.09
Logging an object on root logger 582351 ops/sec (±8.84%) 624002 ops/sec (±7.60%) 1.07
Logging an object with a message on root logger 5853 ops/sec (±212.30%) 2701 ops/sec (±228.76%) 0.46
Logging an object with a redacted prop on root logger 465146 ops/sec (±9.40%) 438410 ops/sec (±10.28%) 0.94
Logging a nested 3-level object on root logger 333364 ops/sec (±3.98%) 312842 ops/sec (±7.29%) 0.94

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

Please sign in to comment.