Skip to content

Commit

Permalink
chore: reset version for ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Dec 5, 2023
1 parent d294a11 commit 1a2e340
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": "6.2.3-qa.1",
"version": "6.2.2",
"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 1a2e340

@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: 1a2e340 Previous: 8cedbe2 Ratio
Child logger creation 468625 ops/sec (±2.59%) 452426 ops/sec (±2.04%) 0.97
Logging a string on root logger 785369 ops/sec (±8.35%) 772163 ops/sec (±7.54%) 0.98
Logging an object on root logger 640072 ops/sec (±7.95%) 594028 ops/sec (±5.62%) 0.93
Logging an object with a message on root logger 8219 ops/sec (±207.56%) 11711 ops/sec (±199.08%) 1.42
Logging an object with a redacted prop on root logger 462291 ops/sec (±9.86%) 393991 ops/sec (±15.72%) 0.85
Logging a nested 3-level object on root logger 412080 ops/sec (±6.75%) 379532 ops/sec (±5.87%) 0.92

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: 1a2e340 Previous: 8cedbe2 Ratio
Child logger creation 324945 ops/sec (±0.76%) 340664 ops/sec (±0.49%) 1.05
Logging a string on root logger 743702 ops/sec (±6.57%) 905397 ops/sec (±8.58%) 1.22
Logging an object on root logger 564960 ops/sec (±5.67%) 632631 ops/sec (±5.95%) 1.12
Logging an object with a message on root logger 10290 ops/sec (±198.68%) 22507 ops/sec (±184.19%) 2.19
Logging an object with a redacted prop on root logger 437167 ops/sec (±13.72%) 470738 ops/sec (±5.51%) 1.08
Logging a nested 3-level object on root logger 321136 ops/sec (±7.59%) 324417 ops/sec (±5.32%) 1.01

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: 1a2e340 Previous: 8cedbe2 Ratio
Logging an object with a message on root logger 10290 ops/sec (±198.68%) 22507 ops/sec (±184.19%) 2.19

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

Please sign in to comment.