Created
February 14, 2020 07:39
-
-
Save romkatv/9ac3a7c7b7b31aa6c41bde75d8b00bea to your computer and use it in GitHub Desktop.
Revisions
-
romkatv created this gist
Feb 14, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ - Source: https://github.com/starship/starship/pull/921. - Timing for `git status`: between 12 and 15 seconds. - Method of timing: likely `time git status`. - Reported time: probably wall time. - Cold or hot: unknown. - Timing for `gitstatus_query`: between 3 and 4 seconds. - Method of timing: unknown. - Reported time: probably wall time. - Cold or hot: unknown. - `gitstatusd` command-line arguments: unknown. - Repository state: clean, soon after `git gc`, possibly with ignored files. - Output of `git ls-files --others --ignored --exclude-standard | wc -l`: unknown. - Output of `git ls-files | wc -l`: likely over 1M and probably less than 30M. - Output of `git tag | wc -l`: unknown. - Timing for `git describe --tags --exact-match`: unknown. - OS: macOS or Windows (unknown whether WSL, WSL2, Cygwin or MSYS2). - Storage device: SSD (unknown whether SATA or NVME). - File system: unknown. - CPU: unknown.