Skip to content

Commit

Permalink
test: add apex, comunity nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 9, 2023
1 parent 7a940f3 commit 3e9c988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
matrix:
os: ['ubuntu-latest', 'windows-latest']
externalProjectGitUrl:
- https://github.com/salesforcecli/plugin-apex
- https://github.com/salesforcecli/plugin-auth
- https://github.com/salesforcecli/plugin-community
- https://github.com/salesforcecli/plugin-custom-metadata
- https://github.com/salesforcecli/plugin-data
- https://github.com/salesforcecli/plugin-limits
Expand Down

4 comments on commit 3e9c988

@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: 3e9c988 Previous: 9fe6f49 Ratio
Child logger creation 493902 ops/sec (±0.56%) 475482 ops/sec (±2.64%) 0.96
Logging a string on root logger 811765 ops/sec (±10.19%) 788927 ops/sec (±10.09%) 0.97
Logging an object on root logger 616113 ops/sec (±9.04%) 510087 ops/sec (±9.12%) 0.83
Logging an object with a message on root logger 2595 ops/sec (±254.87%) 11581 ops/sec (±188.95%) 4.46
Logging an object with a redacted prop on root logger 432070 ops/sec (±12.86%) 410237 ops/sec (±10.00%) 0.95
Logging a nested 3-level object on root logger 373136 ops/sec (±8.17%) 339631 ops/sec (±8.24%) 0.91

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: 3e9c988 Previous: 9fe6f49 Ratio
Logging an object with a message on root logger 2595 ops/sec (±254.87%) 11581 ops/sec (±188.95%) 4.46

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: 3e9c988 Previous: 9fe6f49 Ratio
Child logger creation 206821 ops/sec (±5.84%) 336036 ops/sec (±0.70%) 1.62
Logging a string on root logger 494880 ops/sec (±8.41%) 764947 ops/sec (±10.57%) 1.55
Logging an object on root logger 317757 ops/sec (±12.16%) 604659 ops/sec (±6.60%) 1.90
Logging an object with a message on root logger 166290 ops/sec (±21.65%) 7782 ops/sec (±202.41%) 0.046797762944254015
Logging an object with a redacted prop on root logger 187603 ops/sec (±22.55%) 465357 ops/sec (±11.05%) 2.48
Logging a nested 3-level object on root logger 98829 ops/sec (±23.90%) 322938 ops/sec (±6.40%) 3.27

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: 3e9c988 Previous: 9fe6f49 Ratio
Logging an object with a redacted prop on root logger 187603 ops/sec (±22.55%) 465357 ops/sec (±11.05%) 2.48
Logging a nested 3-level object on root logger 98829 ops/sec (±23.90%) 322938 ops/sec (±6.40%) 3.27

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

Please sign in to comment.