feat: stress test — 10 products, 50,000 MDX files#354
Draft
fern-api[bot] wants to merge 4 commits into
Draft
Conversation
Adds 10 products (stress-test-01 through stress-test-10), each containing 5,000 MDX files organized into 50 sections of 100 pages each. Total: 50,000 MDX files for Fern platform stress testing. Each page contains realistic documentation structure with frontmatter, code examples, parameter tables, and API request/response samples. Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
|
Requested by: Devon White |
Scale down from 50k to 25k pages to avoid memory allocation errors. Adds 10 products (stress-test-01 through stress-test-10), each containing 2,500 MDX files organized into 25 sections of 100 pages each. Total: 25,000 MDX files for Fern platform stress testing. Co-Authored-By: bot_apk <apk@cognition.ai>
Scale down from 25k to 15k pages to avoid memory allocation errors. Adds 10 products (stress-test-01 through stress-test-10), each containing 1,500 MDX files organized into 15 sections of 100 pages each. Total: 15,000 MDX files for Fern platform stress testing. Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Scale down from 15k to 10k pages to avoid 504 timeouts on deploy preview. Adds 10 products (stress-test-01 through stress-test-10), each containing 1,000 MDX files organized into 10 sections of 100 pages each. Total: 10,000 MDX files for Fern platform stress testing. Co-Authored-By: bot_apk <apk@cognition.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 10 stress-test products (
stress-test-01throughstress-test-10) to the Fern docs config, each containing 1,000 MDX files for a total of 10,000 pages.Structure per product:
fern/docs.ymlwith its own tab/navigation configid,title,subtitle,slug), headings, code blocks, parameter tables, and example request/response — realistic enough to exercise parsing, nav rendering, and search indexingPurpose: Stress test the Fern platform build pipeline, navigation rendering, and search indexing at scale.
Scaled down from 50k → 25k → 15k → 10k to find the working threshold.
Requested by: Fern Support