Skip to content

Commit

Permalink
pkg: Update build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent 6fbad7a commit 1eb4dad
Show file tree
Hide file tree
Showing 9 changed files with 1,023 additions and 765 deletions.
2 changes: 1 addition & 1 deletion examples/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"@anansi/webpack-config": "^15.0.31",
"@anansi/webpack-config": "^16.0.0",
"@babel/core": "7.22.20",
"@babel/node": "7.22.19",
"@types/babel__core": "^7",
Expand Down
16 changes: 8 additions & 8 deletions examples/coin-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@anansi/babel-preset": "^4.2.15",
"@anansi/browserslist-config": "^1.4.3",
"@anansi/webpack-config": "^15.0.34",
"@anansi/webpack-config": "^16.0.0",
"@babel/core": "^7.22.15",
"@linaria/babel-preset": "*",
"@linaria/core": "*",
Expand Down Expand Up @@ -56,12 +56,12 @@
"license": "MIT",
"resolutions": {
"react-error-overlay": "6.0.9",
"@linaria/babel-preset": "4.4.5",
"@linaria/core": "4.2.10",
"@linaria/webpack5-loader": "4.1.17",
"@linaria/react": "4.3.8",
"@linaria/shaker": "4.2.11",
"@linaria/utils": "4.3.4",
"@linaria/tags": "4.3.5"
"@linaria/babel-preset": "5.0.1",
"@linaria/core": "5.0.1",
"@linaria/webpack5-loader": "5.0.1",
"@linaria/react": "5.0.1",
"@linaria/shaker": "5.0.1",
"@linaria/utils": "5.0.1",
"@linaria/tags": "5.0.1"
}
}
Loading

1 comment on commit 1eb4dad

@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: 1eb4dad Previous: d3e6a4d Ratio
normalizeLong 257 ops/sec (±1.11%) 322 ops/sec (±1.98%) 1.25
infer All 5094 ops/sec (±1.09%) 7002 ops/sec (±0.57%) 1.37
denormalizeLong 170 ops/sec (±2.60%) 204 ops/sec (±1.16%) 1.20
denormalizeLong donotcache 441 ops/sec (±0.96%) 549 ops/sec (±0.18%) 1.24
denormalizeShort donotcache 500x 742 ops/sec (±3.02%) 859 ops/sec (±0.56%) 1.16
denormalizeShort 500x 583 ops/sec (±2.73%) 583 ops/sec (±2.14%) 1
denormalizeLong with mixin Entity 172 ops/sec (±1.42%) 186 ops/sec (±0.49%) 1.08
denormalizeLong withCache 3327 ops/sec (±0.41%) 4100 ops/sec (±0.10%) 1.23
denormalizeLongAndShort withEntityCacheOnly 816 ops/sec (±0.84%) 984 ops/sec (±0.18%) 1.21
denormalizeLong All withCache 4177 ops/sec (±0.64%) 5336 ops/sec (±0.55%) 1.28
denormalizeLong Query-sorted withCache 4060 ops/sec (±0.55%) 5032 ops/sec (±0.85%) 1.24
getResponse 2947 ops/sec (±1.88%) 4293 ops/sec (±3.29%) 1.46
getResponse (null) 2128563 ops/sec (±1.39%) 2407294 ops/sec (±0.14%) 1.13
getResponse (clear cache) 165 ops/sec (±1.28%) 191 ops/sec (±0.64%) 1.16
getSmallResponse 1599 ops/sec (±3.06%) 1732 ops/sec (±0.11%) 1.08
getSmallInferredResponse 1435 ops/sec (±0.87%) 1285 ops/sec (±0.41%) 0.90
getResponse Query-sorted 402 ops/sec (±2.11%) 513 ops/sec (±1.69%) 1.28
setLong 256 ops/sec (±1.20%) 316 ops/sec (±2.76%) 1.23
setLongWithMerge 117 ops/sec (±0.84%) 130 ops/sec (±0.15%) 1.11
setLongWithSimpleMerge 125 ops/sec (±1.01%) 141 ops/sec (±0.28%) 1.13

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

Please sign in to comment.