-
-
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 #3144
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: a7c6766 | Previous: 7d87f57 | Ratio |
---|---|---|---|
normalizeLong |
535 ops/sec (±0.15% ) |
528 ops/sec (±0.32% ) |
0.99 |
infer All |
9785 ops/sec (±0.44% ) |
9539 ops/sec (±1.63% ) |
0.97 |
denormalizeLong |
346 ops/sec (±0.95% ) |
343 ops/sec (±1.39% ) |
0.99 |
denormalizeLong donotcache |
917 ops/sec (±0.26% ) |
882 ops/sec (±1.22% ) |
0.96 |
denormalizeShort donotcache 500x |
1379 ops/sec (±0.13% ) |
1373 ops/sec (±0.05% ) |
1.00 |
denormalizeShort 500x |
979 ops/sec (±0.32% ) |
983 ops/sec (±0.21% ) |
1.00 |
denormalizeShort 500x withCache |
5011 ops/sec (±0.14% ) |
4962 ops/sec (±0.25% ) |
0.99 |
denormalizeLong with mixin Entity |
297 ops/sec (±0.50% ) |
295 ops/sec (±0.41% ) |
0.99 |
denormalizeLong withCache |
6529 ops/sec (±0.11% ) |
6748 ops/sec (±0.19% ) |
1.03 |
denormalizeLong All withCache |
6534 ops/sec (±0.16% ) |
6577 ops/sec (±0.26% ) |
1.01 |
denormalizeLong Query-sorted withCache |
6489 ops/sec (±0.34% ) |
6542 ops/sec (±0.26% ) |
1.01 |
denormalizeLongAndShort withEntityCacheOnly |
1535 ops/sec (±0.42% ) |
1546 ops/sec (±0.64% ) |
1.01 |
getResponse |
6260 ops/sec (±1.42% ) |
5649 ops/sec (±0.41% ) |
0.90 |
getResponse (null) |
5352657 ops/sec (±0.84% ) |
5301600 ops/sec (±0.90% ) |
0.99 |
getResponse (clear cache) |
295 ops/sec (±0.32% ) |
299 ops/sec (±0.35% ) |
1.01 |
getSmallResponse |
2673 ops/sec (±0.34% ) |
2672 ops/sec (±0.25% ) |
1.00 |
getSmallInferredResponse |
2072 ops/sec (±0.25% ) |
2042 ops/sec (±0.09% ) |
0.99 |
getResponse Query-sorted |
6902 ops/sec (±0.49% ) |
6915 ops/sec (±0.34% ) |
1.00 |
getResponse Collection |
6847 ops/sec (±1.11% ) |
6640 ops/sec (±0.82% ) |
0.97 |
get Collection |
5555 ops/sec (±1.16% ) |
5543 ops/sec (±1.31% ) |
1.00 |
setLong |
522 ops/sec (±0.21% ) |
525 ops/sec (±0.63% ) |
1.01 |
setLongWithMerge |
197 ops/sec (±0.37% ) |
205 ops/sec (±0.24% ) |
1.04 |
setLongWithSimpleMerge |
210 ops/sec (±0.37% ) |
216 ops/sec (±0.71% ) |
1.03 |
setSmallResponse 500x |
893 ops/sec (±0.24% ) |
913 ops/sec (±0.38% ) |
1.02 |
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 #3144 +/- ##
=======================================
Coverage 98.79% 98.79%
=======================================
Files 131 131
Lines 2247 2247
Branches 455 455
=======================================
Hits 2220 2220
Misses 16 16
Partials 11 11 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
6.0.0
->6.0.1
19.0.9
->19.0.10
7.24.7
->7.24.8
7.24.7
->7.24.8
7.24.7
->7.24.8
5.92.1
->5.93.0
Release Notes
babel/babel (@babel/cli)
v7.24.8
Compare Source
👓 Spec Compliance
babel-parser
declare
(@liuxingbaoyu)🐛 Bug Fix
babel-generator
in
infor
heads (@nicolo-ribaudo)await using
(@nicolo-ribaudo)babel-parser
using
declarations (@H0onnn).value: undefined
to regexp literals (@liuxingbaoyu)babel-types
ObjectTypeInternalSlot
visitor keys (@nicolo-ribaudo)babel-plugin-transform-typescript
export import x =
(@liuxingbaoyu)💅 Polish
babel-generator
async
infor await
(@nicolo-ribaudo)babel-traverse
Scope.globals
multiple times (@liuxingbaoyu)webpack/webpack (webpack)
v5.93.0
Compare Source
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.