Skip to content

Commit

Permalink
Bump the bench group with 2 updates (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 43625d5 commit 021e17b
Show file tree
Hide file tree
Showing 43 changed files with 1,055 additions and 586 deletions.
657 changes: 553 additions & 104 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/bundle-size/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ usually do. We repeat this for an increasing number of files.

| code generator | files | bundle size | minified | compressed |
| ------------------- | ----: | ----------: | --------: | ---------: |
| Protobuf-ES | 1 | 126,179 b | 65,684 b | 15,268 b |
| Protobuf-ES | 4 | 128,368 b | 67,192 b | 15,925 b |
| Protobuf-ES | 8 | 131,130 b | 68,963 b | 16,458 b |
| Protobuf-ES | 16 | 141,580 b | 76,944 b | 18,756 b |
| Protobuf-ES | 32 | 169,371 b | 98,962 b | 24,290 b |
| protobuf-javascript | 1 | 334,193 b | 255,820 b | 42,481 b |
| protobuf-javascript | 4 | 360,861 b | 271,092 b | 43,912 b |
| protobuf-javascript | 8 | 382,904 b | 283,409 b | 45,038 b |
| protobuf-javascript | 16 | 542,945 b | 378,100 b | 52,204 b |
| protobuf-javascript | 32 | 1,235,469 b | 819,610 b | 78,780 b |
| Protobuf-ES | 1 | 126,585 b | 65,684 b | 15,268 b |
| Protobuf-ES | 4 | 128,774 b | 67,192 b | 15,925 b |
| Protobuf-ES | 8 | 131,536 b | 68,963 b | 16,458 b |
| Protobuf-ES | 16 | 141,986 b | 76,944 b | 18,756 b |
| Protobuf-ES | 32 | 169,777 b | 98,962 b | 24,290 b |
| protobuf-javascript | 1 | 104,048 b | 70,318 b | 15,474 b |
| protobuf-javascript | 4 | 130,537 b | 85,670 b | 16,986 b |
| protobuf-javascript | 8 | 152,429 b | 98,042 b | 18,111 b |
| protobuf-javascript | 16 | 311,454 b | 192,881 b | 25,504 b |
| protobuf-javascript | 32 | 1,070,891 b | 679,746 b | 54,963 b |

<!-- TABLE-END -->

Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-size/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
- local: protoc-gen-es
opt: target=ts
out: src/gen/protobuf-es
- remote: buf.build/protocolbuffers/js:v3.21.2
- remote: buf.build/protocolbuffers/js:v3.21.4
out: src/gen/google-protobuf
opt: import_style=commonjs
- local: ["tsx", "./src/protoc-gen-entrypoints.ts"]
Expand Down
12 changes: 6 additions & 6 deletions packages/bundle-size/chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@bufbuild/protoc-gen-es": "2.2.2",
"@types/brotli": "^1.3.4",
"brotli": "^1.3.3",
"esbuild": "^0.23.0",
"google-protobuf": "3.21.2"
"esbuild": "^0.24.0",
"google-protobuf": "3.21.4"
}
}

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

Loading

0 comments on commit 021e17b

Please sign in to comment.