Skip to content

Commit

Permalink
ci(tmp): no postcompile typedoc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 8, 2024
1 parent 0525c40 commit 3155ab1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .sfdevrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"output": ["lib/**", "*.tsbuildinfo"],
"clean": "if-file-deleted"
},
"build": {
"dependencies": ["compile", "lint"]
},
"compile-typedoc": {
"command": "tsc -p typedocExamples"
},
"link-check": {
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"./*.md\" --skip \"examples/README.md|CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
"files": ["./*.md", "./examples/**/*.md", "./messages/**/*.md", "./!(CHANGELOG).md"],
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"link-check": "wireit",
"lint": "wireit",
"lint-fix": "yarn sf-lint --fix",
"postcompile": "tsc -p typedocExamples",
"prepack": "sf-prepack",
"prepare": "sf-install",
"test": "wireit",
Expand Down Expand Up @@ -160,6 +159,9 @@
"./!(CHANGELOG).md"
],
"output": []
},
"compile-typedoc": {
"command": "tsc -p typedocExamples"
}
}
}

3 comments on commit 3155ab1

@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: 3155ab1 Previous: 0525c40 Ratio
Child logger creation 473460 ops/sec (±1.29%) 478058 ops/sec (±0.63%) 1.01
Logging a string on root logger 881605 ops/sec (±7.13%) 798590 ops/sec (±6.97%) 0.91
Logging an object on root logger 46062 ops/sec (±182.51%) 628118 ops/sec (±6.52%) 13.64
Logging an object with a message on root logger 438477 ops/sec (±6.20%) 8656 ops/sec (±204.60%) 0.019741058253910697
Logging an object with a redacted prop on root logger 536486 ops/sec (±8.73%) 436142 ops/sec (±13.66%) 0.81
Logging a nested 3-level object on root logger 20070 ops/sec (±186.23%) 391677 ops/sec (±6.11%) 19.52

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: 3155ab1 Previous: 0525c40 Ratio
Logging an object on root logger 46062 ops/sec (±182.51%) 628118 ops/sec (±6.52%) 13.64
Logging a nested 3-level object on root logger 20070 ops/sec (±186.23%) 391677 ops/sec (±6.11%) 19.52

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: 3155ab1 Previous: 0525c40 Ratio
Child logger creation 321989 ops/sec (±0.92%) 337274 ops/sec (±0.39%) 1.05
Logging a string on root logger 800189 ops/sec (±6.60%) 786694 ops/sec (±9.10%) 0.98
Logging an object on root logger 627778 ops/sec (±5.88%) 582942 ops/sec (±5.66%) 0.93
Logging an object with a message on root logger 6535 ops/sec (±203.94%) 9602 ops/sec (±199.47%) 1.47
Logging an object with a redacted prop on root logger 498980 ops/sec (±7.73%) 438313 ops/sec (±11.97%) 0.88
Logging a nested 3-level object on root logger 345078 ops/sec (±5.58%) 325696 ops/sec (±4.92%) 0.94

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

Please sign in to comment.