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

editoast: faster import #4828

Merged
merged 3 commits into from
Aug 29, 2023
Merged

editoast: faster import #4828

merged 3 commits into from
Aug 29, 2023

Conversation

Tristramg
Copy link
Contributor

@Tristramg Tristramg commented Aug 16, 2023

Closes #4827

It brings the import time from 30 seconds down to 10 (included the performance gain of #4809)

@Tristramg Tristramg requested a review from a team as a code owner August 16, 2023 17:08
@Tristramg Tristramg force-pushed the async_pg branch 6 times, most recently from 6408932 to 6c0e58c Compare August 22, 2023 10:37
Base automatically changed from async_pg to dev August 22, 2023 13:08
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Merging #4828 (4bae26a) into dev (cab1c52) will decrease coverage by 0.01%.
The diff coverage is 87.09%.

@@             Coverage Diff              @@
##                dev    #4828      +/-   ##
============================================
- Coverage     22.36%   22.35%   -0.01%     
  Complexity     2276     2276              
============================================
  Files           863      863              
  Lines         90282    90282              
  Branches       2324     2324              
============================================
- Hits          20188    20186       -2     
- Misses        68817    68819       +2     
  Partials       1277     1277              
Flag Coverage Δ
editoast 70.76% <87.09%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
editoast/editoast_derive/src/infra_model.rs 0.00% <ø> (ø)
editoast/src/models/infra.rs 81.39% <87.09%> (-4.66%) ⬇️

... and 2 files with indirect coverage changes

@Tristramg Tristramg added this pull request to the merge queue Aug 29, 2023
Merged via the queue into dev with commit 853508b Aug 29, 2023
7 of 8 checks passed
@Tristramg Tristramg deleted the faster_import branch August 29, 2023 10:05
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.

Editoast: improve railjson import performance
2 participants