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

improve caching #16

Merged
merged 1 commit into from
Aug 18, 2023
Merged

improve caching #16

merged 1 commit into from
Aug 18, 2023

Conversation

zzh8829
Copy link
Contributor

@zzh8829 zzh8829 commented Aug 4, 2023

on a large project

before
go run ../../gcov2lcov/main.go -infile coverage.out 265.15s user 166.02s system 228% cpu 3:09.06 total

after
go run ../../gcov2lcov/main.go -infile coverage.out 26.73s user 16.29s system 203% cpu 21.176 total

Speed in crease about 10x

@jandelgado
Copy link
Owner

@zzh8829 great improvement, thanks. I had to fix the CI pipeline, so please do a rebase so the pipeline runs with your PR

@jandelgado jandelgado merged commit c7e6d5d into jandelgado:master Aug 18, 2023
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants