Skip to content

Commit

Permalink
chore: jsdocs links
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 24, 2024
1 parent dd2c26a commit f52699a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sfProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export type ProjectJson = ConfigContents & ProjectJsonSchema;
* The sfdx-project.json config object. This file determines if a folder is a valid sfdx project.
*
* *Note:* Any non-standard (not owned by Salesforce) properties stored in sfdx-project.json should
* be in a top level property that represents your project. Plugins should store their configuration via getPluginConfiguration and setPluginConfiguration
* be in a top level property that represents your project.
* Plugins should store their configuration @see SfProject.getPluginConfiguration and @see SfProject.setPluginConfiguration
*
* @example reading a standard property
* ```
Expand Down

2 comments on commit f52699a

@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: f52699a Previous: dd2c26a Ratio
Child logger creation 475658 ops/sec (±2.24%) 465398 ops/sec (±2.58%) 0.98
Logging a string on root logger 707240 ops/sec (±8.47%) 801916 ops/sec (±6.94%) 1.13
Logging an object on root logger 554709 ops/sec (±7.90%) 578698 ops/sec (±5.87%) 1.04
Logging an object with a message on root logger 12489 ops/sec (±189.65%) 8738 ops/sec (±201.77%) 0.70
Logging an object with a redacted prop on root logger 431727 ops/sec (±7.76%) 394911 ops/sec (±14.84%) 0.91
Logging a nested 3-level object on root logger 345896 ops/sec (±7.77%) 353790 ops/sec (±7.74%) 1.02

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: f52699a Previous: dd2c26a Ratio
Child logger creation 333393 ops/sec (±1.13%) 333138 ops/sec (±0.82%) 1.00
Logging a string on root logger 807822 ops/sec (±5.53%) 715336 ops/sec (±5.84%) 0.89
Logging an object on root logger 572134 ops/sec (±8.28%) 592041 ops/sec (±5.96%) 1.03
Logging an object with a message on root logger 4958 ops/sec (±209.01%) 7596 ops/sec (±200.84%) 1.53
Logging an object with a redacted prop on root logger 462236 ops/sec (±14.91%) 448133 ops/sec (±7.67%) 0.97
Logging a nested 3-level object on root logger 347663 ops/sec (±5.06%) 320866 ops/sec (±4.81%) 0.92

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

Please sign in to comment.