-
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: add support for refreshing sandboxes
- Loading branch information
Showing
5 changed files
with
110 additions
and
9 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
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
1071303
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
488730
ops/sec (±0.92%
)491427
ops/sec (±0.51%
)1.01
Logging a string on root logger
820383
ops/sec (±8.80%
)837404
ops/sec (±9.79%
)1.02
Logging an object on root logger
654174
ops/sec (±7.97%
)649825
ops/sec (±9.85%
)0.99
Logging an object with a message on root logger
5736
ops/sec (±211.22%
)26352
ops/sec (±184.20%
)4.59
Logging an object with a redacted prop on root logger
461732
ops/sec (±8.97%
)515283
ops/sec (±7.36%
)1.12
Logging a nested 3-level object on root logger
376128
ops/sec (±7.91%
)24867
ops/sec (±183.63%
)0.06611313169984687
This comment was automatically generated by workflow using github-action-benchmark.
1071303
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
5736
ops/sec (±211.22%
)26352
ops/sec (±184.20%
)4.59
This comment was automatically generated by workflow using github-action-benchmark.
1071303
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
328142
ops/sec (±0.72%
)331956
ops/sec (±1.67%
)1.01
Logging a string on root logger
758472
ops/sec (±8.33%
)781846
ops/sec (±9.08%
)1.03
Logging an object on root logger
567257
ops/sec (±7.70%
)605912
ops/sec (±6.94%
)1.07
Logging an object with a message on root logger
13352
ops/sec (±188.32%
)7638
ops/sec (±201.72%
)0.57
Logging an object with a redacted prop on root logger
452237
ops/sec (±7.07%
)405076
ops/sec (±12.76%
)0.90
Logging a nested 3-level object on root logger
334072
ops/sec (±4.95%
)322975
ops/sec (±4.36%
)0.97
This comment was automatically generated by workflow using github-action-benchmark.