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 dtypes benchmark #2393

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

Conversation

rwedge
Copy link
Contributor

@rwedge rwedge commented Feb 25, 2025

resolves #2365

CU-86b3wt5cy

@sdv-team
Copy link
Contributor

Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.58%. Comparing base (41c4c4f) to head (9f3ae35).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2393   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files          59       59           
  Lines        6161     6161           
=======================================
  Hits         6074     6074           
  Misses         87       87           
Flag Coverage Δ
integration 82.25% <ø> (ø)
unit 97.46% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rwedge rwedge force-pushed the issue-2365-improve-dtypes-benchmark branch from 6ad0c34 to eed8b6a Compare February 25, 2025 21:16
@rwedge rwedge requested a review from frances-h February 26, 2025 17:19
@rwedge rwedge force-pushed the issue-2365-improve-dtypes-benchmark branch from df3b633 to ee97bc1 Compare March 26, 2025 15:28
@@ -14,7 +14,7 @@
from tests._external.gdrive_utils import get_latest_file, read_excel, save_to_gdrive
from tests._external.slack_utils import post_slack_message

GDRIVE_OUTPUT_FOLDER = '16SkTOyQ3xkJDPJbyZCusb168JwreW5bm'
GDRIVE_OUTPUT_FOLDER = '1tjre6vNnbAv6jyfsF8N8EZfDX7Rx2HCT'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

will need to revert once code review is complete

@@ -230,7 +250,7 @@ def compare_and_store_results_in_gdrive():
f'See <https://docs.google.com/spreadsheets/d/{file_id}|dtypes summary and details>'
)
slack_message = '\n'.join(slack_messages)
slack_channel = 'sdv-alerts'
slack_channel = 'sdv-alerts-debug'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

will also need to revert

@rwedge rwedge force-pushed the issue-2365-improve-dtypes-benchmark branch from 7ab670e to 7cfeb4d Compare April 3, 2025 20:58
@rwedge rwedge marked this pull request as ready for review April 4, 2025 15:57
@rwedge rwedge requested a review from a team as a code owner April 4, 2025 15:57
@rwedge rwedge requested a review from R-Palazzo April 4, 2025 15:57
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.

Improve dtypes benchmark report
2 participants