Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Oct 3, 2024
1 parent 3c52aba commit 2a386f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/bundleWithCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const commandToRun = 'yarn build && node ./scripts/build.js';
exec(commandToRun, (error, stdout, stderr) => {
// Combine stdout and stderr to check the entire output
const output = `${stdout}\n${stderr}`;
console.log('aaaa', output);
// Check if the output contains the error string of esbuild
if (output.includes('[require-resolve-not-external]')) {
console.error('Error: A dependency that has to be externalized in esbuild process is found. Please resolve it!');
Expand Down

3 comments on commit 2a386f6

@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: 2a386f6 Previous: 3c52aba Ratio
Child logger creation 497703 ops/sec (±1.17%) 497813 ops/sec (±0.87%) 1.00
Logging a string on root logger 871530 ops/sec (±9.37%) 971308 ops/sec (±10.32%) 1.11
Logging an object on root logger 624871 ops/sec (±7.16%) 38228 ops/sec (±185.56%) 0.06117742702093712
Logging an object with a message on root logger 30587 ops/sec (±182.30%) 449567 ops/sec (±5.24%) 14.70
Logging an object with a redacted prop on root logger 516804 ops/sec (±6.49%) 517187 ops/sec (±6.52%) 1.00
Logging a nested 3-level object on root logger 20011 ops/sec (±186.62%) 20665 ops/sec (±185.77%) 1.03

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: 2a386f6 Previous: 3c52aba Ratio
Logging an object with a message on root logger 30587 ops/sec (±182.30%) 449567 ops/sec (±5.24%) 14.70

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: 2a386f6 Previous: 3c52aba Ratio
Child logger creation 349109 ops/sec (±0.49%) 344563 ops/sec (±0.36%) 0.99
Logging a string on root logger 864531 ops/sec (±11.62%) 812221 ops/sec (±7.44%) 0.94
Logging an object on root logger 655960 ops/sec (±8.86%) 617253 ops/sec (±9.98%) 0.94
Logging an object with a message on root logger 16005 ops/sec (±187.21%) 4978 ops/sec (±209.97%) 0.31
Logging an object with a redacted prop on root logger 498958 ops/sec (±7.05%) 424101 ops/sec (±15.18%) 0.85
Logging a nested 3-level object on root logger 310372 ops/sec (±5.28%) 309547 ops/sec (±5.74%) 1.00

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

Please sign in to comment.