-
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.
- Loading branch information
1 parent
2a386f6
commit 0575b4a
Showing
3 changed files
with
19 additions
and
37 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,13 +1,11 @@ | ||
const { | ||
updatePackageJson, | ||
checkTransformStreamPath, | ||
updateLoggerTs, | ||
resolvePinoLogger, | ||
updateLoadMessagesParam, | ||
addTestSetupToIndex, | ||
} = require('./bundlingUtils'); | ||
|
||
updatePackageJson(); | ||
checkTransformStreamPath(); | ||
updateLoggerTs(); | ||
resolvePinoLogger(true); | ||
updateLoadMessagesParam(); | ||
addTestSetupToIndex(); |
0575b4a
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
500194
ops/sec (±1.00%
)497703
ops/sec (±1.17%
)1.00
Logging a string on root logger
1052909
ops/sec (±8.18%
)871530
ops/sec (±9.37%
)0.83
Logging an object on root logger
29341
ops/sec (±188.87%
)624871
ops/sec (±7.16%
)21.30
Logging an object with a message on root logger
476748
ops/sec (±7.19%
)30587
ops/sec (±182.30%
)0.0641575843003012
Logging an object with a redacted prop on root logger
596256
ops/sec (±8.64%
)516804
ops/sec (±6.49%
)0.87
Logging a nested 3-level object on root logger
12576
ops/sec (±199.97%
)20011
ops/sec (±186.62%
)1.59
This comment was automatically generated by workflow using github-action-benchmark.
0575b4a
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.
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
.Logging an object on root logger
29341
ops/sec (±188.87%
)624871
ops/sec (±7.16%
)21.30
This comment was automatically generated by workflow using github-action-benchmark.
0575b4a
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
349201
ops/sec (±0.53%
)349109
ops/sec (±0.49%
)1.00
Logging a string on root logger
866651
ops/sec (±8.73%
)864531
ops/sec (±11.62%
)1.00
Logging an object on root logger
41799
ops/sec (±183.58%
)655960
ops/sec (±8.86%
)15.69
Logging an object with a message on root logger
382104
ops/sec (±5.05%
)16005
ops/sec (±187.21%
)0.04188650210413919
Logging an object with a redacted prop on root logger
493808
ops/sec (±9.28%
)498958
ops/sec (±7.05%
)1.01
Logging a nested 3-level object on root logger
328161
ops/sec (±5.55%
)310372
ops/sec (±5.28%
)0.95
This comment was automatically generated by workflow using github-action-benchmark.
0575b4a
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.
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
.Logging an object on root logger
41799
ops/sec (±183.58%
)655960
ops/sec (±8.86%
)15.69
This comment was automatically generated by workflow using github-action-benchmark.