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 19, 2023
1 parent 9acc7be commit 0b6ca5f
Show file tree
Hide file tree
Showing 10 changed files with 199 additions and 201 deletions.
4 changes: 2 additions & 2 deletions examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.3",
"@types/react": "18.2.28",
"@types/benchmark": "2.1.4",
"@types/react": "18.2.29",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
76 changes: 37 additions & 39 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.28",
"@types/react-dom": "18.2.13",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.14",
"@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.10.0",
"antd": "5.10.1",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

1 comment on commit 0b6ca5f

@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: 0b6ca5f Previous: 17c3377 Ratio
normalizeLong 248 ops/sec (±2.17%) 211 ops/sec (±2.76%) 0.85
infer All 5410 ops/sec (±0.30%) 4619 ops/sec (±0.82%) 0.85
denormalizeLong 170 ops/sec (±1.04%) 112 ops/sec (±4.49%) 0.66
denormalizeLong donotcache 462 ops/sec (±0.24%) 387 ops/sec (±1.01%) 0.84
denormalizeShort donotcache 500x 804 ops/sec (±2.40%) 664 ops/sec (±1.45%) 0.83
denormalizeShort 500x 591 ops/sec (±1.42%) 345 ops/sec (±4.01%) 0.58
denormalizeLong with mixin Entity 171 ops/sec (±0.76%) 109 ops/sec (±3.54%) 0.64
denormalizeLong withCache 4014 ops/sec (±0.24%) 3286 ops/sec (±0.23%) 0.82
denormalizeLongAndShort withEntityCacheOnly 882 ops/sec (±0.26%) 702 ops/sec (±3.20%) 0.80
denormalizeLong All withCache 4971 ops/sec (±0.05%) 3985 ops/sec (±0.17%) 0.80
denormalizeLong Query-sorted withCache 4660 ops/sec (±0.23%) 3857 ops/sec (±1.14%) 0.83
getResponse 4150 ops/sec (±3.37%) 2944 ops/sec (±2.18%) 0.71
getResponse (null) 2255421 ops/sec (±0.09%) 1865830 ops/sec (±0.69%) 0.83
getResponse (clear cache) 163 ops/sec (±2.82%) 105 ops/sec (±3.71%) 0.64
getSmallResponse 1596 ops/sec (±0.26%) 1364 ops/sec (±2.78%) 0.85
getSmallInferredResponse 1326 ops/sec (±0.23%) 1292 ops/sec (±0.37%) 0.97
getResponse Query-sorted 409 ops/sec (±2.15%) 370 ops/sec (±2.02%) 0.90
setLong 245 ops/sec (±2.85%) 216 ops/sec (±3.22%) 0.88
setLongWithMerge 114 ops/sec (±0.57%) 100 ops/sec (±1.16%) 0.88
setLongWithSimpleMerge 125 ops/sec (±0.63%) 111 ops/sec (±1.38%) 0.89

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

Please sign in to comment.