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 Jan 19, 2024
1 parent 4e6a39e commit 9a113da
Show file tree
Hide file tree
Showing 8 changed files with 250 additions and 248 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.22.19",
"@types/babel__core": "^7",
"@types/benchmark": "2.1.5",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"webpack": "^5.76.2",
"webpack-cli": "^5.1.4"
}
Expand Down
116 changes: 58 additions & 58 deletions examples/github-app/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@linaria/shaker": "5.0.3",
"@types/lodash": "4.14.192",
"@types/parse-link-header": "^2.0.0",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.19.0",
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.12.8",
"antd": "5.13.2",
"parse-link-header": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

1 comment on commit 9a113da

@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: 9a113da Previous: 4e6a39e Ratio
normalizeLong 405 ops/sec (±2.54%) 410 ops/sec (±2.31%) 1.01
infer All 9100 ops/sec (±1.39%) 9364 ops/sec (±1.39%) 1.03
denormalizeLong 285 ops/sec (±1.17%) 274 ops/sec (±1.98%) 0.96
denormalizeLong donotcache 733 ops/sec (±0.40%) 713 ops/sec (±0.47%) 0.97
denormalizeShort donotcache 500x 1264 ops/sec (±0.09%) 1277 ops/sec (±0.31%) 1.01
denormalizeShort 500x 892 ops/sec (±0.11%) 903 ops/sec (±0.25%) 1.01
denormalizeLong with mixin Entity 276 ops/sec (±0.57%) 273 ops/sec (±0.53%) 0.99
denormalizeLong withCache 6050 ops/sec (±0.15%) 5908 ops/sec (±0.19%) 0.98
denormalizeLongAndShort withEntityCacheOnly 1496 ops/sec (±0.39%) 1477 ops/sec (±0.45%) 0.99
denormalizeLong All withCache 7033 ops/sec (±0.88%) 6730 ops/sec (±0.27%) 0.96
denormalizeLong Query-sorted withCache 6899 ops/sec (±0.34%) 6372 ops/sec (±0.26%) 0.92
getResponse 5484 ops/sec (±0.95%) 5464 ops/sec (±0.95%) 1.00
getResponse (null) 2911010 ops/sec (±0.23%) 2832596 ops/sec (±0.18%) 0.97
getResponse (clear cache) 264 ops/sec (±0.44%) 259 ops/sec (±0.66%) 0.98
getSmallResponse 2069 ops/sec (±0.17%) 2127 ops/sec (±0.19%) 1.03
getSmallInferredResponse 1756 ops/sec (±1.11%) 1759 ops/sec (±0.27%) 1.00
getResponse Query-sorted 692 ops/sec (±1.46%) 679 ops/sec (±1.34%) 0.98
getResponse Collection 4745 ops/sec (±1.85%) 4927 ops/sec (±0.90%) 1.04
setLong 414 ops/sec (±2.40%) 410 ops/sec (±2.31%) 0.99
setLongWithMerge 182 ops/sec (±0.25%) 179 ops/sec (±0.47%) 0.98
setLongWithSimpleMerge 196 ops/sec (±0.66%) 195 ops/sec (±0.28%) 0.99

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

Please sign in to comment.