Skip to content

Commit

Permalink
chore: test building seperately
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Dec 12, 2023
1 parent a825b15 commit 9960b0e
Show file tree
Hide file tree
Showing 5 changed files with 19,927 additions and 14,823 deletions.
2 changes: 0 additions & 2 deletions dist/exported.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2155,10 +2155,8 @@ declare module '@salesforce/core/logger/logger' {
*/
fatal(...args: unknown[]): Logger;
}
/** return various streams that the logger could send data to, depending on the options and env */
export const computeLevel: (optionsLevel?: number | string) => string;
}
declare module '@salesforce/core/logger/loggerTransformer' {}
declare module '@salesforce/core/logger/memoryLogger' {
/// <reference types="node" />
import { Writable } from 'node:stream';
Expand Down
Loading

3 comments on commit 9960b0e

@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: 9960b0e Previous: 7b42e94 Ratio
Logging an object with a message on root logger 6636 ops/sec (±212.71%) 27285 ops/sec (±182.69%) 4.11

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 - ubuntu-latest

Benchmark suite Current: 9960b0e Previous: 7b42e94 Ratio
Child logger creation 475442 ops/sec (±1.32%) 473476 ops/sec (±1.63%) 1.00
Logging a string on root logger 822251 ops/sec (±7.92%) 837718 ops/sec (±9.96%) 1.02
Logging an object on root logger 603278 ops/sec (±6.68%) 634233 ops/sec (±7.49%) 1.05
Logging an object with a message on root logger 6636 ops/sec (±212.71%) 27285 ops/sec (±182.69%) 4.11
Logging an object with a redacted prop on root logger 411811 ops/sec (±14.46%) 536912 ops/sec (±6.39%) 1.30
Logging a nested 3-level object on root logger 403505 ops/sec (±7.06%) 25370 ops/sec (±183.31%) 0.06287406599670388

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: 9960b0e Previous: 7b42e94 Ratio
Child logger creation 322782 ops/sec (±0.84%) 339114 ops/sec (±0.51%) 1.05
Logging a string on root logger 776294 ops/sec (±5.23%) 778581 ops/sec (±6.97%) 1.00
Logging an object on root logger 587269 ops/sec (±6.52%) 604767 ops/sec (±6.60%) 1.03
Logging an object with a message on root logger 7243 ops/sec (±201.94%) 7066 ops/sec (±202.99%) 0.98
Logging an object with a redacted prop on root logger 477734 ops/sec (±8.35%) 488369 ops/sec (±6.26%) 1.02
Logging a nested 3-level object on root logger 324462 ops/sec (±5.71%) 313247 ops/sec (±5.64%) 0.97

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

Please sign in to comment.