-
Notifications
You must be signed in to change notification settings - Fork 61
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
Perf epns #280
Perf epns #280
Conversation
For the failing E2e test, simply replace the class hash you see in the error in the CI here https://github.com/keep-starknet-strange/garaga/actions/runs/12569635626/job/35038768468?pr=280#step:8:81 which has changed as result of the neg_3 changes. (you can run it locally replicating garaga/.github/workflows/e2e.yml Lines 42 to 49 in fdffae4
|
Also dont forget to do a |
I'm getting some errors doing
|
I suggest to rm the venv/ folder, do a |
For the last error we need to replace
and it should be good its a bit annoying but at least everything is in sync Thank you |
Thanks! |
Pull Request type
Please check the type of change your PR introduces:
What are the changes in the behavior?
neg_3
utility tests, with nearly 40% reduction in stepsTop 5 most improved tests:
garaga::utils::neg_3::tests::test_scalar_to_epns
:garaga::utils::neg_3::tests::test_scalar_to_epns_single
:garaga::tests::msm_tests::msm_tests::test_msm_BLS12_381_12P
:garaga::tests::msm_tests::msm_tests::test_msm_BLS12_381_11P
:garaga::tests::msm_tests::msm_tests::test_msm_BLS12_381_10P
:Does this introduce a breaking change?
Other information
Might be nicer as separate commit for separation of optims.