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

Update ANSI escape regex #933

Merged
merged 1 commit into from
May 14, 2024

Conversation

gtamba
Copy link
Contributor

@gtamba gtamba commented May 11, 2024

Addresses #932

python static_frame/profile --performance Pivot
2024-05-10 19:29:46.846978
python:3.11.8|numpy:1.25.2|pandas:2.0.3|static_frame:2.6.0
name                        iterations Native Reference n/r    r/n    win   status explanation
Pivot.index1_columns0_data2 150.0      0.2107 0.3287    0.641  1.5602 True  ✓      
Pivot.index1_columns1_data1 150.0      0.4909 0.6781    0.724  1.3811 True  ✓      
Pivot.index1_columns1_data3 150.0      0.6777 0.8483    0.799  1.2516 True  ✓      
Pivot.index2_columns0_data1 150.0      0.9142 0.6276    1.4567 0.6865 False ✓      
sum                                    2.2936 2.4827    3.6207 4.8794 3.0
min                                    0.2107 0.3287    0.641  0.6865 False
max                                    0.9142 0.8483    1.4567 1.5602 True
mean                                   0.5734 0.6207    0.9052 1.2199 0.75
median                                 0.5843 0.6528    0.7615 1.3164 1.0
std                                    0.2974 0.2163    0.3733 0.3774 0.5

Copy link

codecov bot commented May 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (48d5cbf) to head (babd2e8).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #933   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines        22042     22042           
=========================================
  Hits         22042     22042           

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

@gtamba gtamba changed the title Update ANSII escape regex Update ANSI escape regex May 11, 2024
@flexatone flexatone linked an issue May 14, 2024 that may be closed by this pull request
@flexatone
Copy link
Contributor

Many thanks for fixing this!

@flexatone flexatone merged commit c2d9840 into static-frame:master May 14, 2024
18 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.

Performance profiling output is misaligned
2 participants