You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or
ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->
## Description
- Add small refactoring to the benchmarks apps.
- Fix benchmark query app warning:
```
warning Action createPage was called outside of its expected asynchronous lifecycle createPages in default-site-plugin.
```
## Related Issues
Copy file name to clipboardExpand all lines: benchmarks/markdown/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Stress tests creating lots of pages rendered from Markdown.
4
4
5
-
Defaults to building a site with 5k markdown pages. Set the `NUM_PAGES` environment variable to change that e.g. `NUM_PAGES=25000 gatsby build`
5
+
Defaults to building a site with 5k markdown pages and 25 maximum rows per age. Set the `NUM_PAGES`and `MAX_NUM_ROWS`environment variables to change that e.g. `NUM_PAGES=25000 MAX_NUM_ROWS=100 gatsby build`
0 commit comments