-
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.
ci: update node version for perf workflow
- Loading branch information
1 parent
cb60de0
commit 3c52aba
Showing
2 changed files
with
3 additions
and
1 deletion.
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
3c52aba
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
497813
ops/sec (±0.87%
)468709
ops/sec (±1.24%
)0.94
Logging a string on root logger
971308
ops/sec (±10.32%
)810730
ops/sec (±10.67%
)0.83
Logging an object on root logger
38228
ops/sec (±185.56%
)651300
ops/sec (±5.29%
)17.04
Logging an object with a message on root logger
449567
ops/sec (±5.24%
)2842
ops/sec (±243.03%
)0.0063216383764822595
Logging an object with a redacted prop on root logger
517187
ops/sec (±6.52%
)456313
ops/sec (±10.56%
)0.88
Logging a nested 3-level object on root logger
20665
ops/sec (±185.77%
)373675
ops/sec (±7.35%
)18.08
This comment was automatically generated by workflow using github-action-benchmark.
3c52aba
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
38228
ops/sec (±185.56%
)651300
ops/sec (±5.29%
)17.04
Logging a nested 3-level object on root logger
20665
ops/sec (±185.77%
)373675
ops/sec (±7.35%
)18.08
This comment was automatically generated by workflow using github-action-benchmark.
3c52aba
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
344563
ops/sec (±0.36%
)347857
ops/sec (±0.36%
)1.01
Logging a string on root logger
812221
ops/sec (±7.44%
)850885
ops/sec (±5.64%
)1.05
Logging an object on root logger
617253
ops/sec (±9.98%
)656759
ops/sec (±5.06%
)1.06
Logging an object with a message on root logger
4978
ops/sec (±209.97%
)18673
ops/sec (±185.98%
)3.75
Logging an object with a redacted prop on root logger
424101
ops/sec (±15.18%
)536612
ops/sec (±5.31%
)1.27
Logging a nested 3-level object on root logger
309547
ops/sec (±5.74%
)19396
ops/sec (±184.97%
)0.06265930537204366
This comment was automatically generated by workflow using github-action-benchmark.
3c52aba
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
4978
ops/sec (±209.97%
)18673
ops/sec (±185.98%
)3.75
This comment was automatically generated by workflow using github-action-benchmark.