-
-
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 #3259
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: b9d7a23 | Previous: 0ece46c | Ratio |
---|---|---|---|
normalizeLong |
510 ops/sec (±0.31% ) |
496 ops/sec (±0.92% ) |
0.97 |
infer All |
9575 ops/sec (±0.38% ) |
9369 ops/sec (±0.42% ) |
0.98 |
denormalizeLong |
342 ops/sec (±1.18% ) |
328 ops/sec (±1.14% ) |
0.96 |
denormalizeLong donotcache |
896 ops/sec (±0.22% ) |
859 ops/sec (±2.13% ) |
0.96 |
denormalizeShort donotcache 500x |
1367 ops/sec (±0.25% ) |
1352 ops/sec (±0.16% ) |
0.99 |
denormalizeShort 500x |
977 ops/sec (±0.22% ) |
933 ops/sec (±0.27% ) |
0.95 |
denormalizeShort 500x withCache |
4943 ops/sec (±0.23% ) |
4687 ops/sec (±0.24% ) |
0.95 |
denormalizeLong with mixin Entity |
302 ops/sec (±0.21% ) |
282 ops/sec (±0.61% ) |
0.93 |
denormalizeLong withCache |
7199 ops/sec (±0.10% ) |
7604 ops/sec (±0.22% ) |
1.06 |
denormalizeLong All withCache |
6547 ops/sec (±0.20% ) |
6562 ops/sec (±0.12% ) |
1.00 |
denormalizeLong Query-sorted withCache |
6223 ops/sec (±0.50% ) |
6367 ops/sec (±0.64% ) |
1.02 |
denormalizeLongAndShort withEntityCacheOnly |
1533 ops/sec (±0.37% ) |
1503 ops/sec (±0.42% ) |
0.98 |
getResponse |
5838 ops/sec (±0.44% ) |
5948 ops/sec (±0.69% ) |
1.02 |
getResponse (null) |
5508224 ops/sec (±0.51% ) |
5243343 ops/sec (±0.88% ) |
0.95 |
getResponse (clear cache) |
293 ops/sec (±0.60% ) |
286 ops/sec (±0.45% ) |
0.98 |
getSmallResponse |
2634 ops/sec (±0.31% ) |
2624 ops/sec (±0.20% ) |
1.00 |
getSmallInferredResponse |
2041 ops/sec (±0.29% ) |
2115 ops/sec (±0.08% ) |
1.04 |
getResponse Query-sorted |
6884 ops/sec (±0.50% ) |
5550 ops/sec (±0.50% ) |
0.81 |
getResponse Collection |
6140 ops/sec (±0.82% ) |
6355 ops/sec (±1.01% ) |
1.04 |
get Collection |
5029 ops/sec (±1.44% ) |
5374 ops/sec (±1.13% ) |
1.07 |
setLong |
509 ops/sec (±0.27% ) |
492 ops/sec (±0.55% ) |
0.97 |
setLongWithMerge |
203 ops/sec (±0.28% ) |
197 ops/sec (±0.58% ) |
0.97 |
setLongWithSimpleMerge |
212 ops/sec (±0.34% ) |
208 ops/sec (±0.56% ) |
0.98 |
setSmallResponse 500x |
892 ops/sec (±0.18% ) |
889 ops/sec (±1.43% ) |
1.00 |
This comment was automatically generated by workflow using github-action-benchmark.
8501746
to
b9d7a23
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3259 +/- ##
=======================================
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.8
->6.0.9
20.0.8
->20.0.9
7.25.9
->7.26.0
7.25.9
->7.26.0
Release Notes
babel/babel (@babel/core)
v7.26.0
Compare Source
babel/babel (@babel/node)
v7.26.0
Compare Source
🚀 New Feature
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
,babel-preset-env
,babel-standalone
,babel-types
babel-core
babel-compat-data
,babel-plugin-proposal-regexp-modifiers
,babel-plugin-transform-regexp-modifiers
,babel-preset-env
,babel-standalone
transform-regexp-modifiers
topreset-env
(@JLHwung)babel-parser
startIndex
parser option (@DylanPiercey)babel-generator
,babel-parser
,babel-plugin-syntax-flow
babel-helpers
,babel-preset-typescript
,babel-runtime-corejs3
import()
inrewriteImportExtensions
(@liuxingbaoyu)babel-generator
,babel-parser
@babel/generator
(@nicolo-ribaudo)🐛 Bug Fix
babel-core
💅 Polish
babel-plugin-proposal-json-modules
,babel-plugin-transform-json-modules
,babel-standalone
proposal-json-modules
totransform-json-modules
(@nicolo-ribaudo)🏠 Internal
babel-code-frame
,babel-highlight
@babel/highlight
in@babel/code-frame
(@nicolo-ribaudo)babel-generator
,babel-parser
,babel-types
kind
toTSModuleDeclaration
(@liuxingbaoyu)🏃♀️ Performance
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
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.