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 benchmarks for SIMD eval_at_point #607

Merged
merged 1 commit into from
May 16, 2024

Conversation

andrewmilson
Copy link
Contributor

@andrewmilson andrewmilson commented May 2, 2024

This change is Reviewable

@codecov-commenter
Copy link

codecov-commenter commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.99%. Comparing base (044ce8e) to head (40adede).

Additional details and impacted files
@@                            Coverage Diff                             @@
##           05-02-Add_benchmarks_for_SIMD_bit_reverse     #607   +/-   ##
==========================================================================
  Coverage                                      92.99%   92.99%           
==========================================================================
  Files                                             84       84           
  Lines                                          11505    11505           
  Branches                                       11505    11505           
==========================================================================
  Hits                                           10699    10699           
  Misses                                           725      725           
  Partials                                          81       81           

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

@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 4d2fca4 to f5c624a Compare May 2, 2024 23:25
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 60c8cee to 84b6e2f Compare May 2, 2024 23:30
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from f5c624a to 8d3f4bb Compare May 2, 2024 23:30
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 8d3f4bb to 94901b3 Compare May 3, 2024 00:43
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 84b6e2f to 9cb0116 Compare May 3, 2024 00:51
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 94901b3 to 75769b2 Compare May 3, 2024 00:51
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 9cb0116 to 4b206bb Compare May 3, 2024 00:53
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 75769b2 to aef30f2 Compare May 3, 2024 00:53
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 3a8feee to e547c2d Compare May 6, 2024 20:01
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from f9aad0b to 922422f Compare May 6, 2024 20:01
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from e547c2d to 2277666 Compare May 7, 2024 00:58
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 922422f to cdffe4e Compare May 7, 2024 00:58
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 2277666 to f1c3482 Compare May 7, 2024 18:51
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from cdffe4e to aadb4cd Compare May 7, 2024 18:51
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from f1c3482 to 65c3066 Compare May 8, 2024 15:45
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from aadb4cd to 7ff76cf Compare May 8, 2024 15:46
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 65c3066 to 7988e87 Compare May 11, 2024 00:36
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 7ff76cf to 9784554 Compare May 11, 2024 00:36
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 7988e87 to 1aca8bb Compare May 11, 2024 02:42
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 9784554 to 66231a6 Compare May 11, 2024 02:43
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 1aca8bb to 73eb460 Compare May 15, 2024 04:34
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 66231a6 to ae62ccc Compare May 15, 2024 04:34
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 73eb460 to 21e36f7 Compare May 15, 2024 19:38
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from ae62ccc to ea4914f Compare May 15, 2024 19:38
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 21e36f7 to 044ce8e Compare May 16, 2024 03:56
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from ea4914f to 40adede Compare May 16, 2024 03:56
Copy link
Collaborator

@spapinistarkware spapinistarkware left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @andrewmilson)

@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_bit_reverse branch from 044ce8e to e5d6297 Compare May 16, 2024 14:46
Base automatically changed from 05-02-Add_benchmarks_for_SIMD_bit_reverse to dev May 16, 2024 14:48
@andrewmilson andrewmilson force-pushed the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch from 40adede to 9dd0967 Compare May 16, 2024 14:49
@andrewmilson andrewmilson merged commit 0f649f5 into dev May 16, 2024
22 checks passed
@andrewmilson andrewmilson deleted the 05-02-Add_benchmarks_for_SIMD_eval_at_point branch May 16, 2024 14:53
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.

None yet

3 participants