Joey Perrott
992dc93ea3
refactor(dev-infra): remove usages and dependency on shelljs ( #42911 )
...
Remove usages of shelljs and instead use spawn/spawnSync.
PR Close #42911
2021-07-21 22:33:37 +00:00
Andrew Kushnir
3d668162d9
Revert "refactor(dev-infra): remove usages and dependency on shelljs ( #42394 )" ( #42829 )
...
This reverts commit f0d857eff876033359a7c284171775041f75db5d.
PR Close #42829
2021-07-12 15:24:54 -07:00
Joey Perrott
f0d857eff8
refactor(dev-infra): remove usages and dependency on shelljs ( #42394 )
...
Remove usages of shelljs and instead use spawn/spawnSync.
PR Close #42394
2021-07-12 14:39:08 -07:00
Wagner Maciel
b1682526dd
refactor(dev-infra): simplify runBenchmark ( #38941 )
...
* Make url and params optional in runBenchmark
* Make url optional in openBrowser
* Remove unused code from runBenchmark
PR Close #38941
2020-09-22 15:05:34 -07:00
Wagner Maciel
da14b72550
refactor(dev-infra): add default params to runBenchmark ( #38748 )
...
* Use '' as the default for 'url'
* Use [] as the default for 'params'
* Use true as the default for 'ignoreBrowserSynchronization'
PR Close #38748
2020-09-11 08:44:35 -07:00
Paul Gschwendtner
879a674420
refactor(dev-infra): use shelljs instead of fs-extra for benchmark utils ( #37594 )
...
We added a new dependency on `fs-extra` to the dev-infra package. We can
remove this dependency and replace it with `shelljs` that is extensively
used in other places already.
The motiviation is that we can reduce dependencies needed for
for consumption of the shared dev-infra package.
PR Close #37594
2020-06-18 16:03:14 -07:00
Wagner Maciel
77efddcac3
fix(dev-infra): await setup in runBenchmark ( #37428 )
...
* Fix for issue #36986 .
* Changes runBenchmark into an async function.
* Awaits config.setup in runBenchmark.
PR Close #37428
2020-06-08 09:17:34 -07:00
Wagner Maciel
caa4ab3235
revert: "revert: "feat(dev-infra): exposed new rule 'component_benchmark' via dev_infra ( #36434 )" ( #36798 )" ( #36800 )
...
This reverts commit ad8c4cdd752d310316e8fc019f21855701c3a950.
PR Close #36800
2020-06-03 13:12:30 -07:00
Wagner Maciel
ad8c4cdd75
revert: "feat(dev-infra): exposed new rule 'component_benchmark' via dev_infra ( #36434 )" ( #36798 )
...
This reverts commit b7f2a033df47080084e73340f25286c8ec1a419a.
PR Close #36798
2020-04-24 11:03:38 -07:00
Wagner Maciel
b7f2a033df
feat(dev-infra): exposed new rule 'component_benchmark' via dev_infra ( #36434 )
...
* Move tools/brotli-cli, tools/browsers, tools/components,
tools/ng_rollup_bundle, and modules/e2e_util to dev-infra/benchmarking
* Fix imports and references to moved folders and files
* Set up BUILD.bazel files for moved folders so they can be packaged with
dev-infra's :npm_package
PR Close #36434
2020-04-23 13:31:53 -07:00