benchmark impact of mdx parsing code

This commit is contained in:
sebastien 2024-09-02 18:41:51 +02:00
parent 811194695c
commit 4ccff4c360

View file

@ -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,