Skip to content

Commit

Permalink
feat(scratch): remove language restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
agomez-sf committed Apr 12, 2024
1 parent e39f179 commit 97e1989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/org/scratchOrgInfoGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const SNAPSHOT_UNSUPPORTED_OPTIONS = [
'sourceOrg',
'settingsPath',
'releaseVersion',
'language',
];

// A validator function to ensure any options parameters entered by the user adhere
Expand Down

2 comments on commit 97e1989

@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: 97e1989 Previous: fe2e540 Ratio
Child logger creation 482413 ops/sec (±0.86%) 472343 ops/sec (±0.48%) 0.98
Logging a string on root logger 810066 ops/sec (±7.83%) 758293 ops/sec (±9.67%) 0.94
Logging an object on root logger 610174 ops/sec (±6.49%) 587004 ops/sec (±6.60%) 0.96
Logging an object with a message on root logger 7838 ops/sec (±205.99%) 9939 ops/sec (±201.85%) 1.27
Logging an object with a redacted prop on root logger 430016 ops/sec (±14.18%) 484319 ops/sec (±4.80%) 1.13
Logging a nested 3-level object on root logger 378182 ops/sec (±10.10%) 351135 ops/sec (±7.50%) 0.93

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: 97e1989 Previous: fe2e540 Ratio
Child logger creation 344882 ops/sec (±0.53%) 338903 ops/sec (±0.56%) 0.98
Logging a string on root logger 860630 ops/sec (±12.60%) 772854 ops/sec (±9.05%) 0.90
Logging an object on root logger 640797 ops/sec (±7.36%) 609038 ops/sec (±8.58%) 0.95
Logging an object with a message on root logger 20255 ops/sec (±185.98%) 8885 ops/sec (±201.34%) 0.44
Logging an object with a redacted prop on root logger 466372 ops/sec (±7.47%) 418201 ops/sec (±13.61%) 0.90
Logging a nested 3-level object on root logger 342083 ops/sec (±5.31%) 324002 ops/sec (±5.51%) 0.95

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

Please sign in to comment.