-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Very slow on windows mingw #139
Comments
hey was this v2.11.2? that version has some performance improvement that speeds up execution time. |
It was v2.10.1 (go 1.22) |
It is better, but not ideal... Thanks |
i am not sure why on win it is this slow. |
I didn't find build instructions in Makefile, can you describe that anywhere? |
there is no need to build, you can just run using source, for example:
if you really need to build there is docker file, or just simply: |
It is weird, but all the time is wasted on
one trace fragment
|
it looks like |
additional note, unit tests for this repository are also running much slower on windows (~57sec) then on ubuntu (~5sec) and macos (~5sec) . here is unit tests action example. probably it is because of same cause. |
if you are using win machine feel free to find different solution or real cause of issue. as stated in #139 (comment):
|
test coverage run slow
Why it may be?
file
.testcoverage.yml
The text was updated successfully, but these errors were encountered: