Skip to content

Commit

Permalink
Merge branch 'sm/crdt-config' of https://github.com/forcedotcom/sfdx-…
Browse files Browse the repository at this point in the history
…core into sm/crdt-config
  • Loading branch information
mshanemc committed Oct 16, 2023
2 parents f6f677f + a45bbf5 commit 079d73b
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.0",
"version": "5.4.0-crdt.1",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/exported",
"types": "lib/exported.d.ts",
Expand Down

3 comments on commit 079d73b

@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: 079d73b Previous: c30d00a Ratio
Child logger creation 517376 ops/sec (±6.80%) 491171 ops/sec (±16.49%) 0.95
Logging a string on root logger 506421 ops/sec (±10.00%) 532102 ops/sec (±15.54%) 1.05
Logging an object on root logger 290323 ops/sec (±12.78%) 344930 ops/sec (±19.19%) 1.19
Logging an object with a message on root logger 181607 ops/sec (±17.64%) 225248 ops/sec (±21.15%) 1.24
Logging an object with a redacted prop on root logger 189911 ops/sec (±18.82%) 11442 ops/sec (±186.25%) 0.06024927466023559
Logging a nested 3-level object on root logger 8193 ops/sec (±186.55%) 215783 ops/sec (±8.99%) 26.34

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: 079d73b Previous: c30d00a Ratio
Logging a nested 3-level object on root logger 8193 ops/sec (±186.55%) 215783 ops/sec (±8.99%) 26.34

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: 079d73b Previous: c30d00a Ratio
Child logger creation 480184 ops/sec (±0.80%) 436561 ops/sec (±0.97%) 0.91
Logging a string on root logger 581472 ops/sec (±14.30%) 493490 ops/sec (±14.18%) 0.85
Logging an object on root logger 310618 ops/sec (±18.84%) 276703 ops/sec (±17.64%) 0.89
Logging an object with a message on root logger 170705 ops/sec (±22.63%) 169029 ops/sec (±22.49%) 0.99
Logging an object with a redacted prop on root logger 161247 ops/sec (±21.83%) 164794 ops/sec (±19.02%) 1.02
Logging a nested 3-level object on root logger 147727 ops/sec (±19.13%) 117158 ops/sec (±22.18%) 0.79

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

Please sign in to comment.