-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg: Update build packages #3253
Conversation
|
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.
Benchmark
Benchmark suite | Current: fb8cdf1 | Previous: 5a5c95f | Ratio |
---|---|---|---|
normalizeLong |
511 ops/sec (±0.30% ) |
509 ops/sec (±0.59% ) |
1.00 |
infer All |
9555 ops/sec (±0.36% ) |
9627 ops/sec (±0.48% ) |
1.01 |
denormalizeLong |
341 ops/sec (±0.82% ) |
342 ops/sec (±1.95% ) |
1.00 |
denormalizeLong donotcache |
898 ops/sec (±0.33% ) |
870 ops/sec (±2.33% ) |
0.97 |
denormalizeShort donotcache 500x |
1349 ops/sec (±0.39% ) |
1353 ops/sec (±0.14% ) |
1.00 |
denormalizeShort 500x |
973 ops/sec (±0.33% ) |
956 ops/sec (±0.29% ) |
0.98 |
denormalizeShort 500x withCache |
4911 ops/sec (±0.14% ) |
4867 ops/sec (±0.23% ) |
0.99 |
denormalizeLong with mixin Entity |
297 ops/sec (±0.38% ) |
297 ops/sec (±0.23% ) |
1 |
denormalizeLong withCache |
6729 ops/sec (±0.18% ) |
6079 ops/sec (±0.12% ) |
0.90 |
denormalizeLong All withCache |
6502 ops/sec (±0.14% ) |
6655 ops/sec (±0.16% ) |
1.02 |
denormalizeLong Query-sorted withCache |
6407 ops/sec (±0.36% ) |
6536 ops/sec (±0.42% ) |
1.02 |
denormalizeLongAndShort withEntityCacheOnly |
1523 ops/sec (±0.47% ) |
1502 ops/sec (±0.53% ) |
0.99 |
getResponse |
6544 ops/sec (±1.41% ) |
5793 ops/sec (±1.64% ) |
0.89 |
getResponse (null) |
5486084 ops/sec (±0.78% ) |
5472804 ops/sec (±0.35% ) |
1.00 |
getResponse (clear cache) |
297 ops/sec (±0.34% ) |
293 ops/sec (±0.31% ) |
0.99 |
getSmallResponse |
2686 ops/sec (±0.15% ) |
2633 ops/sec (±0.23% ) |
0.98 |
getSmallInferredResponse |
2034 ops/sec (±0.33% ) |
2046 ops/sec (±0.29% ) |
1.01 |
getResponse Query-sorted |
5414 ops/sec (±0.48% ) |
5560 ops/sec (±0.62% ) |
1.03 |
getResponse Collection |
5984 ops/sec (±0.96% ) |
6516 ops/sec (±1.19% ) |
1.09 |
get Collection |
5325 ops/sec (±1.06% ) |
5532 ops/sec (±1.10% ) |
1.04 |
setLong |
511 ops/sec (±0.31% ) |
507 ops/sec (±0.28% ) |
0.99 |
setLongWithMerge |
200 ops/sec (±1.04% ) |
204 ops/sec (±0.28% ) |
1.02 |
setLongWithSimpleMerge |
209 ops/sec (±0.36% ) |
212 ops/sec (±0.35% ) |
1.01 |
setSmallResponse 500x |
902 ops/sec (±0.21% ) |
912 ops/sec (±0.35% ) |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3253 +/- ##
=======================================
Coverage 98.94% 98.94%
=======================================
Files 132 132
Lines 2281 2281
Branches 467 467
=======================================
Hits 2257 2257
Misses 13 13
Partials 11 11 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
6.0.7
->6.0.8
20.0.6
->20.0.8
7.25.7
->7.25.9
7.25.8
->7.25.9
7.25.7
->7.25.9
7.25.7
->7.25.9
Release Notes
babel/babel (@babel/cli)
v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.