You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test web-tooling benchmark in my development environment,
but find that it takes too long to run and generates a huge sized file (dist/cli.js).
Is there any lite mode that enables short running time (such as few iterations) ?
Or how can I easily set this mode?
I also build a single benchmark passing --env.only option,
but it seemed that the created cli.js contained all test code like before.
Sadly, single benchmark took a long time as well..
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi all!
I'm trying to test web-tooling benchmark in my development environment,
but find that it takes too long to run and generates a huge sized file (
dist/cli.js
).Is there any lite mode that enables short running time (such as few iterations) ?
Or how can I easily set this mode?
I also build a single benchmark passing
--env.only
option,but it seemed that the created
cli.js
contained all test code like before.Sadly, single benchmark took a long time as well..
Thanks in advance.
The text was updated successfully, but these errors were encountered: