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

Speedup repository assembly #3397

Merged
merged 4 commits into from
Jan 22, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Jan 22, 2024

Main improvement is that FinalTargetPlatformImpl#getMetadataRepository() previously copied on each call the whole target and also the index for it got rebuild on each call, what can have a impact if called very often.

In the bad case it can take > 1 minute to build a repository where now it is down to just 10 seconds.

@laeubi
Copy link
Member Author

laeubi commented Jan 22, 2024

With the batching for the RecreateRepositoryApplication now one can even cut the time by half, my testcase goes down from 1:38 > 0:05 now.

Copy link

Test Results

  579 files  ±0    579 suites  ±0   3h 59m 56s ⏱️ + 5m 0s
  391 tests ±0    384 ✅ ±0   7 💤 ±0  0 ❌ ±0 
1 173 runs  ±0  1 151 ✅ ±0  22 💤 ±0  0 ❌ ±0 

Results for commit e2446f3. ± Comparison against base commit f45730d.

@laeubi laeubi merged commit c86d9ea into eclipse-tycho:main Jan 22, 2024
10 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.

1 participant