Skip to content

Commit a973c4f

Browse files
committed
docs: fix the performance call
1 parent 3c96078 commit a973c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/99-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ normally.
209209
<details>
210210
<summary>Does this slow down my builds?</summary>
211211

212-
Shouldn't! Generation is pretty fast (10,000 configs in ~2 seconds), and you
213-
only run it when config actually changes.
212+
Shouldn't! Generation is pretty fast (11,000 configs in ~3 seconds), and you
213+
only run it when config actually changes. That's ~0.3ms per config file!
214214

215215
That said, I haven't optimized for build performance yet. If it becomes a
216216
bottleneck, let me know!

0 commit comments

Comments
 (0)