-
-
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 #3039
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: 91c4522 | Previous: 9fa1f33 | Ratio |
---|---|---|---|
normalizeLong |
441 ops/sec (±1.82% ) |
455 ops/sec (±1.76% ) |
1.03 |
infer All |
9411 ops/sec (±1.73% ) |
9808 ops/sec (±0.52% ) |
1.04 |
denormalizeLong |
326 ops/sec (±2.47% ) |
348 ops/sec (±0.89% ) |
1.07 |
denormalizeLong donotcache |
911 ops/sec (±0.31% ) |
883 ops/sec (±1.46% ) |
0.97 |
denormalizeShort donotcache 500x |
1377 ops/sec (±0.29% ) |
1397 ops/sec (±0.52% ) |
1.01 |
denormalizeShort 500x |
971 ops/sec (±0.27% ) |
990 ops/sec (±0.20% ) |
1.02 |
denormalizeShort 500x withCache |
4906 ops/sec (±0.33% ) |
4920 ops/sec (±0.30% ) |
1.00 |
denormalizeLong with mixin Entity |
298 ops/sec (±0.55% ) |
295 ops/sec (±0.21% ) |
0.99 |
denormalizeLong withCache |
6877 ops/sec (±0.20% ) |
6169 ops/sec (±0.13% ) |
0.90 |
denormalizeLong All withCache |
6427 ops/sec (±0.20% ) |
6701 ops/sec (±0.12% ) |
1.04 |
denormalizeLong Query-sorted withCache |
6185 ops/sec (±0.92% ) |
6493 ops/sec (±0.69% ) |
1.05 |
denormalizeLongAndShort withEntityCacheOnly |
1530 ops/sec (±0.41% ) |
1560 ops/sec (±0.85% ) |
1.02 |
getResponse |
5846 ops/sec (±1.19% ) |
5991 ops/sec (±1.38% ) |
1.02 |
getResponse (null) |
5956884 ops/sec (±0.50% ) |
6009144 ops/sec (±0.96% ) |
1.01 |
getResponse (clear cache) |
298 ops/sec (±0.23% ) |
295 ops/sec (±0.38% ) |
0.99 |
getSmallResponse |
2637 ops/sec (±0.50% ) |
2591 ops/sec (±0.17% ) |
0.98 |
getSmallInferredResponse |
1992 ops/sec (±0.21% ) |
1916 ops/sec (±0.17% ) |
0.96 |
getResponse Query-sorted |
5413 ops/sec (±0.90% ) |
6860 ops/sec (±0.58% ) |
1.27 |
getResponse Collection |
6603 ops/sec (±1.27% ) |
6594 ops/sec (±0.74% ) |
1.00 |
get Collection |
5910 ops/sec (±0.92% ) |
5498 ops/sec (±1.07% ) |
0.93 |
setLong |
444 ops/sec (±2.00% ) |
456 ops/sec (±2.09% ) |
1.03 |
setLongWithMerge |
184 ops/sec (±1.75% ) |
190 ops/sec (±1.42% ) |
1.03 |
setLongWithSimpleMerge |
193 ops/sec (±1.43% ) |
201 ops/sec (±0.93% ) |
1.04 |
setSmallResponse 500x |
865 ops/sec (±1.14% ) |
870 ops/sec (±0.94% ) |
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 #3039 +/- ##
=======================================
Coverage 98.49% 98.49%
=======================================
Files 122 122
Lines 2194 2194
Branches 448 448
=======================================
Hits 2161 2161
Misses 21 21
Partials 12 12 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
5.0.7
->5.0.8
7.24.1
->7.24.5
7.24.4
->7.24.5
Release Notes
babel/babel (@babel/cli)
v7.24.5
Compare Source
🐛 Bug Fix
babel-plugin-transform-classes
,babel-traverse
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
💅 Polish
babel-parser
using
declaration (@JLHwung)🏠 Internal
babel-parser
@babel/parser
AST types (@nicolo-ribaudo).startNode
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-member-expression-to-functions
,babel-helper-module-transforms
,babel-helper-split-export-declaration
,babel-helper-wrap-function
,babel-helpers
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-block-scoping
,babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-react-jsx-self
,babel-plugin-transform-typeof-symbol
,babel-plugin-transform-typescript
,babel-traverse
NodePath<T | U>
distributive (@nicolo-ribaudo)babel-plugin-proposal-partial-application
,babel-types
JSXNamespacedName
from validCallExpression
args (@nicolo-ribaudo)babel-plugin-transform-class-properties
,babel-preset-env
🏃♀️ Performance
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
objectWithoutPropertiesLoose
on V8 (@romgrk)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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.