-
-
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 #3236
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: 5dca5f7 | Previous: 3b314d7 | Ratio |
---|---|---|---|
normalizeLong |
506 ops/sec (±0.22% ) |
511 ops/sec (±0.38% ) |
1.01 |
infer All |
9523 ops/sec (±0.66% ) |
9477 ops/sec (±0.87% ) |
1.00 |
denormalizeLong |
342 ops/sec (±1.69% ) |
336 ops/sec (±1.93% ) |
0.98 |
denormalizeLong donotcache |
902 ops/sec (±0.23% ) |
881 ops/sec (±0.21% ) |
0.98 |
denormalizeShort donotcache 500x |
1372 ops/sec (±0.15% ) |
1362 ops/sec (±0.16% ) |
0.99 |
denormalizeShort 500x |
976 ops/sec (±0.35% ) |
978 ops/sec (±0.21% ) |
1.00 |
denormalizeShort 500x withCache |
5120 ops/sec (±0.14% ) |
4609 ops/sec (±0.19% ) |
0.90 |
denormalizeLong with mixin Entity |
288 ops/sec (±0.54% ) |
292 ops/sec (±0.32% ) |
1.01 |
denormalizeLong withCache |
5966 ops/sec (±0.10% ) |
6349 ops/sec (±0.17% ) |
1.06 |
denormalizeLong All withCache |
6572 ops/sec (±0.17% ) |
6558 ops/sec (±0.17% ) |
1.00 |
denormalizeLong Query-sorted withCache |
6369 ops/sec (±0.59% ) |
6355 ops/sec (±0.27% ) |
1.00 |
denormalizeLongAndShort withEntityCacheOnly |
1468 ops/sec (±0.90% ) |
1502 ops/sec (±0.44% ) |
1.02 |
getResponse |
5742 ops/sec (±1.17% ) |
5881 ops/sec (±1.88% ) |
1.02 |
getResponse (null) |
5466423 ops/sec (±1.00% ) |
5546829 ops/sec (±1.14% ) |
1.01 |
getResponse (clear cache) |
295 ops/sec (±0.29% ) |
294 ops/sec (±0.29% ) |
1.00 |
getSmallResponse |
2664 ops/sec (±0.38% ) |
2590 ops/sec (±0.32% ) |
0.97 |
getSmallInferredResponse |
2035 ops/sec (±0.19% ) |
2019 ops/sec (±0.56% ) |
0.99 |
getResponse Query-sorted |
5334 ops/sec (±0.33% ) |
5633 ops/sec (±0.22% ) |
1.06 |
getResponse Collection |
5921 ops/sec (±1.32% ) |
6019 ops/sec (±0.69% ) |
1.02 |
get Collection |
4604 ops/sec (±1.43% ) |
5266 ops/sec (±1.06% ) |
1.14 |
setLong |
505 ops/sec (±0.30% ) |
510 ops/sec (±0.21% ) |
1.01 |
setLongWithMerge |
203 ops/sec (±0.26% ) |
204 ops/sec (±0.23% ) |
1.00 |
setLongWithSimpleMerge |
212 ops/sec (±0.27% ) |
213 ops/sec (±0.41% ) |
1.00 |
setSmallResponse 500x |
902 ops/sec (±0.13% ) |
906 ops/sec (±0.31% ) |
1.00 |
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 #3236 +/- ##
=======================================
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.5
->6.0.6
7.25.6
->7.25.7
7.25.2
->7.25.7
7.25.0
->7.25.7
7.24.7
->7.25.7
Release Notes
babel/babel (@babel/cli)
v7.25.7
Compare Source
babel/babel (@babel/core)
v7.25.7
Compare Source
🐛 Bug Fix
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)[no LineTerminator here]
after nodes (@nicolo-ribaudo)💅 Polish
babel-types
🏠 Internal
babel-core
--experimental-require-module
(@nicolo-ribaudo)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
babel-generator
[no LineTerminator here]
before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescript
babel-types
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo)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.