-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
It looks like Steward starts slowly on Windows.
Linux, native:
$ time vendor/bin/steward
real 0m0,096s
user 0m0,061s
sys 0m0,037s
Windows, Git BASH, the same machine (but in VirtualBox, which itself slows it down a bit)
$ time vendor/bin/steward
real 0m10,676s
user 0m0,000s
sys 0m0,020s
This should be profiled using eg. blackfire.io to find the root cause. (https://blackfire.io/docs/cookbooks/profiling-cli)
Reactions are currently unavailable