Skip to content

Commit

Permalink
test: include for nut
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 7, 2024
1 parent 78cc9c5 commit d1f78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@salesforce/dev-config/tsconfig-test-strict",
"include": ["nut/**/*.ts", "unit/**/*.ts", "perf/**/*.ts", "nut/configFileConcurrency.nut.ts"],
"include": ["nut/**/*.ts", "unit/**/*.ts", "perf/**/*.ts"],
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true,
Expand Down

2 comments on commit d1f78e7

@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: d1f78e7 Previous: 78cc9c5 Ratio
Child logger creation 454516 ops/sec (±2.15%) 469204 ops/sec (±1.48%) 1.03
Logging a string on root logger 814171 ops/sec (±11.89%) 849524 ops/sec (±7.80%) 1.04
Logging an object on root logger 637814 ops/sec (±6.66%) 622264 ops/sec (±5.24%) 0.98
Logging an object with a message on root logger 22445 ops/sec (±184.89%) 21759 ops/sec (±186.06%) 0.97
Logging an object with a redacted prop on root logger 448487 ops/sec (±6.71%) 510329 ops/sec (±8.24%) 1.14
Logging a nested 3-level object on root logger 27164 ops/sec (±182.67%) 19618 ops/sec (±185.99%) 0.72

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: d1f78e7 Previous: 78cc9c5 Ratio
Child logger creation 333307 ops/sec (±0.67%) 326397 ops/sec (±0.72%) 0.98
Logging a string on root logger 831634 ops/sec (±5.93%) 807015 ops/sec (±6.26%) 0.97
Logging an object on root logger 618664 ops/sec (±6.85%) 589255 ops/sec (±7.94%) 0.95
Logging an object with a message on root logger 3136 ops/sec (±220.89%) 3352 ops/sec (±218.11%) 1.07
Logging an object with a redacted prop on root logger 481948 ops/sec (±7.50%) 447267 ops/sec (±10.85%) 0.93
Logging a nested 3-level object on root logger 328924 ops/sec (±8.24%) 348973 ops/sec (±4.78%) 1.06

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

Please sign in to comment.