-
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.
feat: workspaces support for myDomain checks
- Loading branch information
Showing
2 changed files
with
6 additions
and
0 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
81dcfb3
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
477992
ops/sec (±1.49%
)474604
ops/sec (±1.70%
)0.99
Logging a string on root logger
751468
ops/sec (±7.26%
)880537
ops/sec (±6.85%
)1.17
Logging an object on root logger
599382
ops/sec (±6.48%
)658294
ops/sec (±4.83%
)1.10
Logging an object with a message on root logger
7685
ops/sec (±204.38%
)22253
ops/sec (±186.45%
)2.90
Logging an object with a redacted prop on root logger
425314
ops/sec (±8.19%
)505081
ops/sec (±9.38%
)1.19
Logging a nested 3-level object on root logger
381475
ops/sec (±7.23%
)17569
ops/sec (±187.34%
)0.04605544268956026
This comment was automatically generated by workflow using github-action-benchmark.
81dcfb3
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
7685
ops/sec (±204.38%
)22253
ops/sec (±186.45%
)2.90
This comment was automatically generated by workflow using github-action-benchmark.
81dcfb3
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
315377
ops/sec (±4.09%
)328660
ops/sec (±0.96%
)1.04
Logging a string on root logger
749310
ops/sec (±6.06%
)758669
ops/sec (±6.01%
)1.01
Logging an object on root logger
590853
ops/sec (±6.79%
)600622
ops/sec (±7.48%
)1.02
Logging an object with a message on root logger
7073
ops/sec (±202.35%
)7014
ops/sec (±203.21%
)0.99
Logging an object with a redacted prop on root logger
458132
ops/sec (±13.24%
)497145
ops/sec (±7.40%
)1.09
Logging a nested 3-level object on root logger
345113
ops/sec (±4.47%
)342448
ops/sec (±4.22%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.