We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a153697 + 3f9d47b commit 9de3e12Copy full SHA for 9de3e12
README.md
@@ -173,6 +173,20 @@ npm test
173
npm run lint # npm run lint:fix
174
```
175
176
+## Benchmarks
177
+
178
+```sh
179
+npm run test:benchmark
180
+```
181
182
+Here's an example output of the benchmarks run on a MacBook Pro 2017:
183
184
185
+html-to-react - Single x 415,186 ops/sec ±0.92% (85 runs sampled)
186
+html-to-react - Multiple x 139,780 ops/sec ±2.32% (87 runs sampled)
187
+html-to-react - Complex x 8,118 ops/sec ±2.99% (82 runs sampled)
188
189
190
## Release
191
192
```sh
0 commit comments