mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
Benchmark upload via SB_BENCH_UPLOAD
This commit is contained in:
parent
23cd366ddc
commit
d463e20748
@ -198,12 +198,13 @@ export const react_in_yarn_workspace: Parameters = {
|
||||
].join(' && '),
|
||||
};
|
||||
|
||||
// View results at: https://datastudio.google.com/reporting/c34f64ee-400f-4d06-ad4f-5c2133e226da
|
||||
export const cra_bench: Parameters = {
|
||||
name: 'cra_bench',
|
||||
version: 'latest',
|
||||
generator: [
|
||||
'npx create-react-app@{{version}} {{name}}-{{version}}',
|
||||
'cd {{name}}-{{version}}',
|
||||
"npx @storybook/bench 'npx sb init' --upload cra",
|
||||
"npx @storybook/bench 'npx sb init' --label cra",
|
||||
].join(' && '),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user