Skip to content

Commit

Permalink
ci: match tsconfig for typedoc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 5, 2023
1 parent 0f02b10 commit 79f6c6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion typedocExamples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"moduleResolution": "Node16",
"module": "Node16",
"esModuleInterop": true
}
}

3 comments on commit 79f6c6a

@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: 79f6c6a Previous: 0f02b10 Ratio
Child logger creation 440759 ops/sec (±15.45%) 499682 ops/sec (±0.72%) 1.13
Logging a string on root logger 564887 ops/sec (±21.66%) 599838 ops/sec (±12.97%) 1.06
Logging an object on root logger 332671 ops/sec (±10.12%) 387725 ops/sec (±10.77%) 1.17
Logging an object with a message on root logger 222079 ops/sec (±12.17%) 236216 ops/sec (±11.54%) 1.06
Logging an object with a redacted prop on root logger 10677 ops/sec (±195.34%) 6511 ops/sec (±204.23%) 0.61
Logging a nested 3-level object on root logger 141548 ops/sec (±35.35%) 214242 ops/sec (±10.10%) 1.51

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: 79f6c6a Previous: 0f02b10 Ratio
Child logger creation 399493 ops/sec (±40.10%) 420219 ops/sec (±16.94%) 1.05
Logging a string on root logger 574358 ops/sec (±11.75%) 636695 ops/sec (±12.10%) 1.11
Logging an object on root logger 396641 ops/sec (±17.27%) 471131 ops/sec (±14.14%) 1.19
Logging an object with a message on root logger 271881 ops/sec (±15.02%) 232691 ops/sec (±21.06%) 0.86
Logging an object with a redacted prop on root logger 265927 ops/sec (±22.04%) 6766 ops/sec (±205.44%) 0.025443072722965324
Logging a nested 3-level object on root logger 12963 ops/sec (±186.55%) 269138 ops/sec (±14.79%) 20.76

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: 79f6c6a Previous: 0f02b10 Ratio
Logging a nested 3-level object on root logger 12963 ops/sec (±186.55%) 269138 ops/sec (±14.79%) 20.76

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

Please sign in to comment.