mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
benchmark impact of mdx parsing code
This commit is contained in:
parent
811194695c
commit
4ccff4c360
1 changed files with 4 additions and 0 deletions
|
@ -190,6 +190,10 @@ async function buildLocale({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (router) {
|
||||||
|
return 'end';
|
||||||
|
}
|
||||||
|
|
||||||
const {collectedData} = await PerfLogger.async('SSG', () =>
|
const {collectedData} = await PerfLogger.async('SSG', () =>
|
||||||
executeSSG({
|
executeSSG({
|
||||||
props,
|
props,
|
||||||
|
|
Loading…
Add table
Reference in a new issue