-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1122 from forcedotcom/sm/test-naming
Sm/test-naming
- Loading branch information
Showing
59 changed files
with
14 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"test": { | ||
"testsPath": "test/**/*Test.ts" | ||
"testsPath": "test/unit/**/*.test.ts" | ||
}, | ||
"wireit": { | ||
"compile": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4bf9406
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logger Benchmarks - ubuntu-latest
Child logger creation
465906
ops/sec (±1.38%
)455392
ops/sec (±0.97%
)0.98
Logging a string on root logger
781598
ops/sec (±8.00%
)791037
ops/sec (±9.82%
)1.01
Logging an object on root logger
569457
ops/sec (±10.56%
)591149
ops/sec (±6.70%
)1.04
Logging an object with a message on root logger
6602
ops/sec (±212.40%
)6496
ops/sec (±209.46%
)0.98
Logging an object with a redacted prop on root logger
487604
ops/sec (±6.71%
)467577
ops/sec (±9.12%
)0.96
Logging a nested 3-level object on root logger
368897
ops/sec (±6.98%
)340281
ops/sec (±8.75%
)0.92
This comment was automatically generated by workflow using github-action-benchmark.
4bf9406
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logger Benchmarks - windows-latest
Child logger creation
325705
ops/sec (±1.05%
)328177
ops/sec (±0.88%
)1.01
Logging a string on root logger
733623
ops/sec (±4.72%
)750018
ops/sec (±7.39%
)1.02
Logging an object on root logger
589539
ops/sec (±5.91%
)605448
ops/sec (±5.27%
)1.03
Logging an object with a message on root logger
6303
ops/sec (±204.07%
)8073
ops/sec (±200.70%
)1.28
Logging an object with a redacted prop on root logger
472344
ops/sec (±8.66%
)424643
ops/sec (±16.05%
)0.90
Logging a nested 3-level object on root logger
337048
ops/sec (±4.39%
)329864
ops/sec (±6.00%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.