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

add ruff formatting, pre-commit and codspeed #43

Merged
merged 9 commits into from
Jul 23, 2024
Merged

add ruff formatting, pre-commit and codspeed #43

merged 9 commits into from
Jul 23, 2024

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Jul 22, 2024

  • Adds pre-commit with ruff formatting
  • Runs codspeed to benchmark the runtime and detect performance regressions.

@jmoralez jmoralez changed the title add ruff formatting to pre-commit add ruff formatting, pre-commit and codspeed Jul 22, 2024
Copy link

codspeed-hq bot commented Jul 22, 2024

CodSpeed Performance Report

Congrats! CodSpeed is installed 🎉

🆕 20 new benchmarks were detected.

You will start to see performance impacts in the reports once the benchmarks are run from your default branch.

Detected benchmarks

  • test_ewm (140.4 µs)
  • test_lag_transforms[ewm_mean] (15.5 ms)
  • test_lag_transforms[expanding_max] (31.8 ms)
  • test_lag_transforms[expanding_mean] (16 ms)
  • test_lag_transforms[expanding_min] (33.3 ms)
  • test_lag_transforms[expanding_std] (24.3 ms)
  • test_lag_transforms[rolling_max] (28.9 ms)
  • test_lag_transforms[rolling_mean] (16.3 ms)
  • test_lag_transforms[rolling_min] (30 ms)
  • test_lag_transforms[rolling_quantile] (991.5 ms)
  • test_lag_transforms[rolling_std] (23.4 ms)
  • test_lag_transforms[seasonal_rolling_max] (43.8 ms)
  • test_lag_transforms[seasonal_rolling_mean] (26.2 ms)
  • test_lag_transforms[seasonal_rolling_min] (44.9 ms)
  • test_lag_transforms[seasonal_rolling_quantile] (999.7 ms)
  • test_lag_transforms[seasonal_rolling_std] (32.1 ms)
  • test_scalers[minmax] (9.9 ms)
  • test_scalers[robust-iqr] (38.7 ms)
  • test_scalers[robust-mad] (35.6 ms)
  • test_scalers[standard] (9.7 ms)

@jmoralez jmoralez marked this pull request as ready for review July 23, 2024 00:16
@jmoralez jmoralez merged commit 733b51c into main Jul 23, 2024
23 checks passed
@jmoralez jmoralez deleted the add-ruff branch July 23, 2024 16:41
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