mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +03:00
Reset default browsers to run.
This commit is contained in:
parent
b3a6fd1d62
commit
9945aab47d
11
src/index.ts
11
src/index.ts
@ -56,9 +56,14 @@ async function run(inputFilePath: string | undefined) {
|
||||
verbose: true,
|
||||
assetSizes: true,
|
||||
runBenchmark: [
|
||||
{ browser: Browser.Chrome },
|
||||
{ browser: Browser.Safari },
|
||||
{ browser: Browser.Firefox },
|
||||
{
|
||||
browser: Browser.Chrome,
|
||||
headless: true,
|
||||
},
|
||||
{
|
||||
browser: Browser.V8JitLog,
|
||||
headless: true,
|
||||
},
|
||||
],
|
||||
transforms: { ...benchmarkDefaults, ...{replacements: replacements} }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user