-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(auth-server): handle preflight requests
- Loading branch information
1 parent
873b4c9
commit adbc25f
Showing
1 changed file
with
22 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
adbc25f
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
470064
ops/sec (±2.33%
)458094
ops/sec (±2.12%
)0.97
Logging a string on root logger
814225
ops/sec (±7.51%
)797808
ops/sec (±8.27%
)0.98
Logging an object on root logger
646849
ops/sec (±6.66%
)641180
ops/sec (±8.47%
)0.99
Logging an object with a message on root logger
4901
ops/sec (±217.88%
)6102
ops/sec (±214.66%
)1.25
Logging an object with a redacted prop on root logger
461432
ops/sec (±7.36%
)436492
ops/sec (±8.89%
)0.95
Logging a nested 3-level object on root logger
391701
ops/sec (±8.24%
)395672
ops/sec (±7.85%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.
adbc25f
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
339507
ops/sec (±0.34%
)339908
ops/sec (±2.96%
)1.00
Logging a string on root logger
759702
ops/sec (±5.85%
)831234
ops/sec (±13.50%
)1.09
Logging an object on root logger
580922
ops/sec (±4.24%
)646790
ops/sec (±8.25%
)1.11
Logging an object with a message on root logger
10866
ops/sec (±189.68%
)2949
ops/sec (±228.70%
)0.27
Logging an object with a redacted prop on root logger
369307
ops/sec (±9.30%
)477003
ops/sec (±6.99%
)1.29
Logging a nested 3-level object on root logger
275550
ops/sec (±6.29%
)339437
ops/sec (±6.25%
)1.23
This comment was automatically generated by workflow using github-action-benchmark.