Skip to content

Commit

Permalink
fix: bump pjson version
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored Oct 29, 2024
1 parent 244deab commit 37e777e
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": "8.6.2",
"version": "8.6.3",
"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 37e777e

@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: 37e777e Previous: 244deab Ratio
Child logger creation 504547 ops/sec (±2.08%) 508216 ops/sec (±1.24%) 1.01
Logging a string on root logger 934392 ops/sec (±9.14%) 969865 ops/sec (±7.69%) 1.04
Logging an object on root logger 38163 ops/sec (±186.21%) 38492 ops/sec (±185.66%) 1.01
Logging an object with a message on root logger 438398 ops/sec (±10.90%) 470349 ops/sec (±5.69%) 1.07
Logging an object with a redacted prop on root logger 552159 ops/sec (±7.44%) 564466 ops/sec (±7.90%) 1.02
Logging a nested 3-level object on root logger 15689 ops/sec (±196.51%) 15647 ops/sec (±198.16%) 1.00

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: 37e777e Previous: 244deab Ratio
Child logger creation 315537 ops/sec (±1.57%) 352903 ops/sec (±0.31%) 1.12
Logging a string on root logger 821464 ops/sec (±7.04%) 909753 ops/sec (±7.21%) 1.11
Logging an object on root logger 546299 ops/sec (±9.05%) 616175 ops/sec (±10.99%) 1.13
Logging an object with a message on root logger 6802 ops/sec (±204.57%) 12422 ops/sec (±188.98%) 1.83
Logging an object with a redacted prop on root logger 463387 ops/sec (±7.79%) 461049 ops/sec (±8.36%) 0.99
Logging a nested 3-level object on root logger 308778 ops/sec (±4.42%) 315011 ops/sec (±5.60%) 1.02

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

Please sign in to comment.