Skip to content

Commit bf9bcb4

Browse files
committed
docs: add non-gzipped size
1 parent eb7efac commit bf9bcb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ See the detailed examples below for more information.
9090
For bundle size measurement, we use Rolldown for bundling and esbuild for minifying.
9191
Run `bun run build-examples` to see the bundle sizes for each example.
9292

93-
| Integration | Size (minified + gzipped) |
94-
| ----------- | ------------------------- |
95-
| Core only | 1.81 KiB |
96-
| Drizzle ORM | 2.27 KiB |
97-
| Prisma ORM | 2.44 KiB |
93+
| Integration | Size (minified) | Size (minified + gzipped) |
94+
| ----------- | --------------- | ------------------------- |
95+
| Core only | 4.50 KiB | 1.81 KiB |
96+
| Drizzle ORM | 5.60 KiB | 2.27 KiB |
97+
| Prisma ORM | 6.04 KiB | 2.44 KiB |
9898

9999
## Security Considerations
100100

0 commit comments

Comments
 (0)