-
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: re-enable code challenge support
- Loading branch information
Showing
3 changed files
with
52 additions
and
3 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
81c5f7d
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
479584
ops/sec (±1.54%
)468660
ops/sec (±1.74%
)0.98
Logging a string on root logger
795800
ops/sec (±11.74%
)798951
ops/sec (±8.59%
)1.00
Logging an object on root logger
630387
ops/sec (±6.03%
)596105
ops/sec (±8.11%
)0.95
Logging an object with a message on root logger
5098
ops/sec (±212.84%
)6272
ops/sec (±213.16%
)1.23
Logging an object with a redacted prop on root logger
411871
ops/sec (±13.95%
)399307
ops/sec (±19.83%
)0.97
Logging a nested 3-level object on root logger
391081
ops/sec (±6.65%
)380136
ops/sec (±6.53%
)0.97
This comment was automatically generated by workflow using github-action-benchmark.
81c5f7d
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
351826
ops/sec (±0.52%
)336593
ops/sec (±3.03%
)0.96
Logging a string on root logger
872805
ops/sec (±6.67%
)810185
ops/sec (±5.74%
)0.93
Logging an object on root logger
644136
ops/sec (±7.78%
)640509
ops/sec (±6.72%
)0.99
Logging an object with a message on root logger
2329
ops/sec (±255.67%
)4939
ops/sec (±211.64%
)2.12
Logging an object with a redacted prop on root logger
475122
ops/sec (±6.35%
)459611
ops/sec (±14.15%
)0.97
Logging a nested 3-level object on root logger
344838
ops/sec (±4.69%
)318490
ops/sec (±7.66%
)0.92
This comment was automatically generated by workflow using github-action-benchmark.
81c5f7d
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 with a message on root logger
2329
ops/sec (±255.67%
)4939
ops/sec (±211.64%
)2.12
This comment was automatically generated by workflow using github-action-benchmark.