-
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.
fix: sfProject types matches schemas repo
- Loading branch information
Showing
2 changed files
with
39 additions
and
55 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
82fee15
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
479686
ops/sec (±1.90%
)477661
ops/sec (±1.96%
)1.00
Logging a string on root logger
833111
ops/sec (±10.23%
)766683
ops/sec (±8.25%
)0.92
Logging an object on root logger
629697
ops/sec (±6.43%
)625753
ops/sec (±6.14%
)0.99
Logging an object with a message on root logger
1938
ops/sec (±255.72%
)5388
ops/sec (±213.19%
)2.78
Logging an object with a redacted prop on root logger
446902
ops/sec (±10.27%
)403423
ops/sec (±12.18%
)0.90
Logging a nested 3-level object on root logger
384443
ops/sec (±8.89%
)386832
ops/sec (±5.30%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.
82fee15
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 with a message on root logger
1938
ops/sec (±255.72%
)5388
ops/sec (±213.19%
)2.78
This comment was automatically generated by workflow using github-action-benchmark.
82fee15
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
323617
ops/sec (±1.03%
)324970
ops/sec (±1.75%
)1.00
Logging a string on root logger
828942
ops/sec (±6.68%
)746579
ops/sec (±5.89%
)0.90
Logging an object on root logger
626486
ops/sec (±5.04%
)584705
ops/sec (±6.29%
)0.93
Logging an object with a message on root logger
19580
ops/sec (±185.13%
)7177
ops/sec (±201.24%
)0.37
Logging an object with a redacted prop on root logger
479325
ops/sec (±7.16%
)425337
ops/sec (±13.95%
)0.89
Logging a nested 3-level object on root logger
325845
ops/sec (±4.93%
)307176
ops/sec (±8.78%
)0.94
This comment was automatically generated by workflow using github-action-benchmark.