mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
Skip docs benchmarks for now
This commit is contained in:
parent
bb473527f8
commit
0289bb3027
@ -23,13 +23,13 @@ export const browse = async (url: string) => {
|
||||
* We instantiate a new browser for each run to avoid any caching happening in the browser itself
|
||||
*/
|
||||
const x = await benchStory(url);
|
||||
await benchAutodocs(url);
|
||||
// FIXME await benchAutodocs(url);
|
||||
|
||||
result.storyVisibleUncached = x.storyVisible;
|
||||
|
||||
Object.assign(result, await benchMDX(url));
|
||||
// FIXME Object.assign(result, await benchMDX(url));
|
||||
Object.assign(result, await benchStory(url));
|
||||
Object.assign(result, await benchAutodocs(url));
|
||||
// FIXME Object.assign(result, await benchAutodocs(url));
|
||||
|
||||
return result;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user