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

Speed up test_benchmark_single_table_realtabformer_no_metrics integration test #382

Merged
merged 2 commits into from
Feb 11, 2025

Conversation

fealho
Copy link
Member

@fealho fealho commented Feb 10, 2025

CU-86b3uhn4q, Resolve #379.

This PR speeds up the test from ~4min to ~30s on my M1 Mac.

@sdv-team
Copy link
Contributor

@@ -19,6 +20,7 @@
'TVAESynthesizer': TVAESynthesizer,
'PARSynthesizer': PARSynthesizer,
'HMASynthesizer': HMASynthesizer,
'RealTabFormerSynthesizer': RealTabFormerSynthesizer,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to make create_sdv_synthesizer_variant work with RealTabFormerSynthesizer.

Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.95%. Comparing base (924cba3) to head (0447acf).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #382      +/-   ##
==========================================
+ Coverage   65.87%   65.95%   +0.07%     
==========================================
  Files          20       20              
  Lines        1304     1307       +3     
==========================================
+ Hits          859      862       +3     
  Misses        445      445              
Flag Coverage Δ
integration 54.24% <100.00%> (+0.10%) ⬆️
unit 53.09% <66.66%> (+0.03%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fealho fealho marked this pull request as ready for review February 10, 2025 21:23
@fealho fealho requested a review from a team as a code owner February 10, 2025 21:23
@fealho fealho requested review from gsheni, amontanez24, a team and lajohn4747 and removed request for a team and gsheni February 10, 2025 21:23
@fealho fealho merged commit 4445a39 into main Feb 11, 2025
47 checks passed
@fealho fealho deleted the issue-379-speedup-realtab branch February 11, 2025 16:46
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.

Speed up test_benchmark_single_table_realtabformer_no_metrics integration test
4 participants