Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit bf4b942

Browse files
committed
Update README.md
1 parent 787ccd2 commit bf4b942

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
@@ -42,11 +42,11 @@ yarn add env-native
4242

4343
## 🧪 Benchmark (Node.js v22.17.0)
4444

45-
| Module | Package Size | Workstation (ms) | Thin Client (ms) |
46-
|------------------|--------------|-------------------------------|------------------------------------|
47-
| env-native (ESM) | ~ 9 KB | 0.793, 0.789, 0.782, 0.766 | 2.552, 2.971, 2.743, 2.516 |
48-
| dotenv (CJS) | ~ 79 KB | 7.712, 8.067, 8.1, 8.613 | 37.409, 40.966, 37.919, 35.935 |
49-
| dotenvx (CJS) | ~ 293 KB | 71.363, 71.766, 70.93, 70.828 | 252.899, 248.658, 249.393, 269.038 |
45+
| Module | Package Size | Workstation (ms) | Thin Client (ms) |
46+
|------------------|--------------|---------------------------------|------------------------------------|
47+
| env-native (ESM) | ~ 9 KB | 0.793, 0.789, 0.782, 0.766 | 2.552, 2.971, 2.743, 2.516 |
48+
| dotenv (CJS) | ~ 79 KB | 7.712, 8.067, 8.1, 8.613 | 37.409, 40.966, 37.919, 35.935 |
49+
| dotenvx (CJS) | ~ 293 KB | 74.016, 103.601, 78.338, 75.081 | 252.899, 248.658, 249.393, 269.038 |
5050

5151
`env-native` is fast, clean, and native — with no logs, no overhead, and up to **90× faster** than `dotenvx` on weaker systems.
5252
`dotenvx` is maintained by the same author as `dotenv`.

0 commit comments

Comments
 (0)