Skip to content

Commit

Permalink
fix: correct message
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Sep 4, 2024
1 parent 8cae2e4 commit ab29957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/envVars.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Set to true to disable polling of your org’s SourceMember object when you run

# sfdxSourceTrackingBatchSize

Set to the number of seconds you want the `project deploy start` command to keep polling the SourceMember object before it times out.
Number of source-tracked file updates to batch after a deploy or retrieve. The default value is 8,000 (Windows) or 15,000 (Linux/macOS).

# sfdxDisableTelemetry

Expand Down
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.5.2-dev.0",
"version": "8.5.3",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down

3 comments on commit ab29957

@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: ab29957 Previous: 95de99e Ratio
Child logger creation 471922 ops/sec (±1.88%) 457188 ops/sec (±2.64%) 0.97
Logging a string on root logger 857422 ops/sec (±8.81%) 786066 ops/sec (±7.07%) 0.92
Logging an object on root logger 611915 ops/sec (±12.03%) 584007 ops/sec (±7.87%) 0.95
Logging an object with a message on root logger 27247 ops/sec (±183.46%) 7506 ops/sec (±203.83%) 0.28
Logging an object with a redacted prop on root logger 485049 ops/sec (±8.43%) 427521 ops/sec (±9.15%) 0.88
Logging a nested 3-level object on root logger 21096 ops/sec (±186.03%) 373421 ops/sec (±7.59%) 17.70

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: ab29957 Previous: 95de99e Ratio
Logging a nested 3-level object on root logger 21096 ops/sec (±186.03%) 373421 ops/sec (±7.59%) 17.70

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: ab29957 Previous: 95de99e Ratio
Child logger creation 331804 ops/sec (±1.13%) 323128 ops/sec (±1.18%) 0.97
Logging a string on root logger 762015 ops/sec (±4.33%) 792234 ops/sec (±4.32%) 1.04
Logging an object on root logger 595149 ops/sec (±7.20%) 639101 ops/sec (±6.83%) 1.07
Logging an object with a message on root logger 6915 ops/sec (±203.36%) 1380 ops/sec (±276.57%) 0.20
Logging an object with a redacted prop on root logger 453723 ops/sec (±12.10%) 505790 ops/sec (±5.77%) 1.11
Logging a nested 3-level object on root logger 343876 ops/sec (±5.76%) 325853 ops/sec (±5.80%) 0.95

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

Please sign in to comment.