Skip to content

Commit

Permalink
pkg: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent f25348b commit 12606e6
Show file tree
Hide file tree
Showing 10 changed files with 147 additions and 134 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.3",
"@types/react": "18.2.25",
"@types/react": "18.2.28",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
140 changes: 68 additions & 72 deletions examples/github-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@linaria/shaker": "5.0.2",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
Expand All @@ -54,7 +54,7 @@
"@data-client/react": "^0.9.0",
"@data-client/rest": "^0.9.0",
"@js-temporal/polyfill": "^0.4.4",
"antd": "5.9.4",
"antd": "5.10.0",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
32 changes: 20 additions & 12 deletions examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 12606e6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 12606e6 Previous: 52ba05f Ratio
normalizeLong 283 ops/sec (±0.42%) 253 ops/sec (±2.32%) 0.89
infer All 5579 ops/sec (±0.48%) 5551 ops/sec (±0.35%) 0.99
denormalizeLong 188 ops/sec (±0.88%) 129 ops/sec (±4.51%) 0.69
denormalizeLong donotcache 474 ops/sec (±0.24%) 469 ops/sec (±0.18%) 0.99
denormalizeShort donotcache 500x 827 ops/sec (±2.01%) 815 ops/sec (±0.96%) 0.99
denormalizeShort 500x 613 ops/sec (±0.12%) 417 ops/sec (±3.57%) 0.68
denormalizeLong with mixin Entity 184 ops/sec (±0.82%) 127 ops/sec (±3.29%) 0.69
denormalizeLong withCache 3842 ops/sec (±0.09%) 3605 ops/sec (±0.35%) 0.94
denormalizeLongAndShort withEntityCacheOnly 911 ops/sec (±0.32%) 874 ops/sec (±0.29%) 0.96
denormalizeLong All withCache 4807 ops/sec (±0.18%) 4563 ops/sec (±0.25%) 0.95
denormalizeLong Query-sorted withCache 4409 ops/sec (±0.25%) 4614 ops/sec (±0.37%) 1.05
getResponse 4034 ops/sec (±3.30%) 3459 ops/sec (±2.67%) 0.86
getResponse (null) 2233634 ops/sec (±5.80%) 2257668 ops/sec (±0.27%) 1.01
getResponse (clear cache) 174 ops/sec (±1.86%) 120 ops/sec (±4.11%) 0.69
getSmallResponse 1572 ops/sec (±0.16%) 1684 ops/sec (±0.12%) 1.07
getSmallInferredResponse 1495 ops/sec (±0.14%) 1513 ops/sec (±0.11%) 1.01
getResponse Query-sorted 442 ops/sec (±1.51%) 422 ops/sec (±1.53%) 0.95
setLong 283 ops/sec (±0.41%) 250 ops/sec (±2.86%) 0.88
setLongWithMerge 121 ops/sec (±0.27%) 116 ops/sec (±0.70%) 0.96
setLongWithSimpleMerge 132 ops/sec (±0.48%) 129 ops/sec (±0.70%) 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.