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 Mar 6, 2024
1 parent e115fc2 commit 315b568
Show file tree
Hide file tree
Showing 10 changed files with 226 additions and 226 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/node": "7.23.9",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.2.60",
"@types/react": "18.2.63",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
130 changes: 65 additions & 65 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.3",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
Expand All @@ -54,7 +54,7 @@
"@data-client/react": "^0.10.0",
"@data-client/rest": "^0.10.0",
"@js-temporal/polyfill": "^0.4.4",
"antd": "5.14.2",
"antd": "5.15.0",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

1 comment on commit 315b568

@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: 315b568 Previous: 6e55026 Ratio
normalizeLong 449 ops/sec (±1.77%) 446 ops/sec (±1.75%) 0.99
infer All 8889 ops/sec (±1.33%) 9394 ops/sec (±1.15%) 1.06
denormalizeLong 254 ops/sec (±2.92%) 322 ops/sec (±2.62%) 1.27
denormalizeLong donotcache 855 ops/sec (±0.58%) 851 ops/sec (±0.65%) 1.00
denormalizeShort donotcache 500x 1374 ops/sec (±0.13%) 1344 ops/sec (±0.33%) 0.98
denormalizeShort 500x 732 ops/sec (±2.50%) 942 ops/sec (±0.33%) 1.29
denormalizeShort 500x withCache 4420 ops/sec (±0.26%) 4303 ops/sec (±0.19%) 0.97
denormalizeLong with mixin Entity 234 ops/sec (±2.31%) 308 ops/sec (±0.47%) 1.32
denormalizeLong withCache 7064 ops/sec (±0.12%) 7326 ops/sec (±0.15%) 1.04
denormalizeLongAndShort withEntityCacheOnly 1603 ops/sec (±0.37%) 1611 ops/sec (±0.30%) 1.00
denormalizeLong All withCache 6196 ops/sec (±0.16%) 6259 ops/sec (±0.18%) 1.01
denormalizeLong Query-sorted withCache 6543 ops/sec (±0.20%) 6673 ops/sec (±0.22%) 1.02
getResponse 5122 ops/sec (±1.08%) 5235 ops/sec (±0.60%) 1.02
getResponse (null) 3196615 ops/sec (±0.21%) 3112020 ops/sec (±0.24%) 0.97
getResponse (clear cache) 228 ops/sec (±2.51%) 297 ops/sec (±0.57%) 1.30
getSmallResponse 2396 ops/sec (±0.18%) 2365 ops/sec (±0.88%) 0.99
getSmallInferredResponse 1896 ops/sec (±0.18%) 1876 ops/sec (±0.31%) 0.99
getResponse Query-sorted 1046 ops/sec (±0.39%) 993 ops/sec (±0.41%) 0.95
getResponse Collection 5268 ops/sec (±1.49%) 5036 ops/sec (±1.34%) 0.96
setLong 436 ops/sec (±2.21%) 441 ops/sec (±2.19%) 1.01
setLongWithMerge 188 ops/sec (±0.39%) 187 ops/sec (±0.30%) 0.99
setLongWithSimpleMerge 199 ops/sec (±0.32%) 199 ops/sec (±0.27%) 1

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

Please sign in to comment.