Skip to content

Commit

Permalink
add properties for PS/PSL package metadata access to package dir
Browse files Browse the repository at this point in the history
  • Loading branch information
KSCCO committed Feb 29, 2024
1 parent 282e15b commit 7230743
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sfProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export type PackageDir = {
dependencies?: PackageDirDependency[];
includeProfileUserLicenses?: boolean;
package?: string;
packageMetadataAccess?: {
permissionSets: string | string[];
permissionSetLicenses: string | string[];
};
path: string;
postInstallScript?: string;
postInstallUrl?: string;
Expand Down

3 comments on commit 7230743

@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: 7230743 Previous: ee55b66 Ratio
Child logger creation 485799 ops/sec (±0.77%) 484769 ops/sec (±1.51%) 1.00
Logging a string on root logger 852041 ops/sec (±10.12%) 803377 ops/sec (±9.98%) 0.94
Logging an object on root logger 607911 ops/sec (±6.03%) 596603 ops/sec (±6.81%) 0.98
Logging an object with a message on root logger 4184 ops/sec (±223.65%) 8543 ops/sec (±203.59%) 2.04
Logging an object with a redacted prop on root logger 390293 ops/sec (±13.18%) 404607 ops/sec (±11.60%) 1.04
Logging a nested 3-level object on root logger 369811 ops/sec (±8.48%) 415054 ops/sec (±5.06%) 1.12

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: 7230743 Previous: ee55b66 Ratio
Logging an object with a message on root logger 4184 ops/sec (±223.65%) 8543 ops/sec (±203.59%) 2.04

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: 7230743 Previous: ee55b66 Ratio
Child logger creation 339134 ops/sec (±0.57%) 331855 ops/sec (±0.59%) 0.98
Logging a string on root logger 790382 ops/sec (±8.53%) 819659 ops/sec (±5.75%) 1.04
Logging an object on root logger 609277 ops/sec (±5.80%) 624310 ops/sec (±6.31%) 1.02
Logging an object with a message on root logger 7494 ops/sec (±202.95%) 5877 ops/sec (±209.43%) 0.78
Logging an object with a redacted prop on root logger 423802 ops/sec (±17.63%) 422159 ops/sec (±12.73%) 1.00
Logging a nested 3-level object on root logger 316676 ops/sec (±5.78%) 325648 ops/sec (±5.35%) 1.03

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

Please sign in to comment.