-
-
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 #3242
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: 63a2868 | Previous: 9d5c59a | Ratio |
---|---|---|---|
normalizeLong |
514 ops/sec (±0.28% ) |
494 ops/sec (±0.32% ) |
0.96 |
infer All |
9364 ops/sec (±0.32% ) |
9309 ops/sec (±0.48% ) |
0.99 |
denormalizeLong |
345 ops/sec (±0.67% ) |
330 ops/sec (±2.06% ) |
0.96 |
denormalizeLong donotcache |
895 ops/sec (±1.44% ) |
882 ops/sec (±0.28% ) |
0.99 |
denormalizeShort donotcache 500x |
1322 ops/sec (±0.29% ) |
1335 ops/sec (±0.14% ) |
1.01 |
denormalizeShort 500x |
891 ops/sec (±0.30% ) |
932 ops/sec (±0.25% ) |
1.05 |
denormalizeShort 500x withCache |
4824 ops/sec (±0.20% ) |
4725 ops/sec (±0.23% ) |
0.98 |
denormalizeLong with mixin Entity |
304 ops/sec (±0.35% ) |
295 ops/sec (±0.41% ) |
0.97 |
denormalizeLong withCache |
6275 ops/sec (±0.14% ) |
6083 ops/sec (±0.19% ) |
0.97 |
denormalizeLong All withCache |
6708 ops/sec (±0.16% ) |
6723 ops/sec (±0.20% ) |
1.00 |
denormalizeLong Query-sorted withCache |
6591 ops/sec (±0.35% ) |
6601 ops/sec (±0.52% ) |
1.00 |
denormalizeLongAndShort withEntityCacheOnly |
1521 ops/sec (±0.55% ) |
1463 ops/sec (±0.55% ) |
0.96 |
getResponse |
6067 ops/sec (±0.87% ) |
5853 ops/sec (±0.78% ) |
0.96 |
getResponse (null) |
5379475 ops/sec (±1.55% ) |
5437424 ops/sec (±1.14% ) |
1.01 |
getResponse (clear cache) |
289 ops/sec (±0.44% ) |
288 ops/sec (±0.52% ) |
1.00 |
getSmallResponse |
2613 ops/sec (±0.26% ) |
2615 ops/sec (±0.18% ) |
1.00 |
getSmallInferredResponse |
2048 ops/sec (±0.15% ) |
2011 ops/sec (±0.16% ) |
0.98 |
getResponse Query-sorted |
5544 ops/sec (±0.36% ) |
5414 ops/sec (±0.50% ) |
0.98 |
getResponse Collection |
6299 ops/sec (±0.94% ) |
6126 ops/sec (±1.47% ) |
0.97 |
get Collection |
5406 ops/sec (±1.12% ) |
5340 ops/sec (±1.03% ) |
0.99 |
setLong |
517 ops/sec (±0.31% ) |
490 ops/sec (±0.71% ) |
0.95 |
setLongWithMerge |
202 ops/sec (±0.26% ) |
189 ops/sec (±0.46% ) |
0.94 |
setLongWithSimpleMerge |
212 ops/sec (±0.60% ) |
200 ops/sec (±0.53% ) |
0.94 |
setSmallResponse 500x |
906 ops/sec (±0.33% ) |
880 ops/sec (±0.39% ) |
0.97 |
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 #3242 +/- ##
=======================================
Coverage 98.94% 98.94%
=======================================
Files 132 132
Lines 2269 2269
Branches 467 467
=======================================
Hits 2245 2245
Misses 13 13
Partials 11 11 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
6.0.6
->6.0.7
20.0.4
->20.0.6
7.25.7
->7.25.8
Release Notes
babel/babel (@babel/core)
v7.25.8
Compare Source
🐛 Bug Fix
babel-core
resolvePlugin
/resolvePreset
(@nicolo-ribaudo)🏠 Internal
babel-parser
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-preset-env
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.