Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows checkout abysmally slow compared to Linux #20

Open
Link- opened this issue Jun 6, 2023 · 0 comments
Open

Windows checkout abysmally slow compared to Linux #20

Link- opened this issue Jun 6, 2023 · 0 comments

Comments

@Link-
Copy link
Contributor

Link- commented Jun 6, 2023

A simple

    steps:
    - uses: actions/checkout@v3

Is taking 44 seconds on Windows Server 2022 (windows-latest), while it takes 1 second on Linux (ubuntu-latest). That's 44 times slower.

See run here.

Something can't be right here. It's taking an extraordinarily long time between the start and the first "Syncing repository" message and a whopping 5 seconds to do a git init which should be almost instant.

Since actions/checkout#1246 got merged and I am specifying checkout@v3 to get the latest v3 version, it should not be that issue. actions/checkout#1186 does not apply because it's about Windows Server 2019.

Windows:
grafik

Linux:
grafik

@mattrothenberg mattrothenberg added bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request labels Jun 6, 2023
@mattrothenberg mattrothenberg self-assigned this Jun 6, 2023
@mattrothenberg mattrothenberg removed bug Something isn't working documentation Improvements or additions to documentation duplicate This issue or pull request already exists enhancement New feature or request labels Jun 8, 2023
@mattrothenberg mattrothenberg removed their assignment Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants