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

dev: point to cairo compiler fork #4

Merged
merged 3 commits into from
Dec 11, 2023
Merged

dev: point to cairo compiler fork #4

merged 3 commits into from
Dec 11, 2023

Conversation

greged93
Copy link
Collaborator

Update cairo dep

Description

Description of the pull request changes and motivation.

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.
    • CHANGELOG has been updated.

Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (16777fe) 96.77% compared to head (ce5f501) 96.77%.
Report is 1 commits behind head on v0.9.1.

Additional details and impacted files
@@            Coverage Diff             @@
##           v0.9.1       #4      +/-   ##
==========================================
- Coverage   96.77%   96.77%   -0.01%     
==========================================
  Files          96       96              
  Lines       39592    39590       -2     
==========================================
- Hits        38316    38314       -2     
  Misses       1276     1276              

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

Copy link

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.596 ± 0.026 2.574 2.665 1.00
head big_factorial 2.627 ± 0.013 2.605 2.646 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.176 ± 0.008 2.162 2.188 1.00
head big_fibonacci 2.220 ± 0.014 2.190 2.241 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 6.129 ± 0.027 6.099 6.179 1.00
head blake2s_integration_benchmark 6.274 ± 0.031 6.239 6.328 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.272 ± 0.021 2.240 2.307 1.00
head compare_arrays_200000 2.330 ± 0.014 2.311 2.350 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.600 ± 0.013 1.585 1.632 1.00
head dict_integration_benchmark 1.627 ± 0.027 1.607 1.683 1.02 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.091 ± 0.005 1.085 1.098 1.00
head field_arithmetic_get_square_benchmark 1.113 ± 0.007 1.099 1.121 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 6.120 ± 0.028 6.079 6.168 1.00
head integration_builtins 6.296 ± 0.137 6.199 6.671 1.03 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 6.238 ± 0.034 6.193 6.283 1.00
head keccak_integration_benchmark 6.404 ± 0.030 6.374 6.455 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.309 ± 0.020 2.280 2.337 1.00
head linear_search 2.373 ± 0.014 2.358 2.398 1.03 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.579 ± 0.014 1.557 1.606 1.00
head math_cmp_and_pow_integration_benchmark 1.585 ± 0.009 1.571 1.604 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.497 ± 0.009 1.484 1.509 1.00
head math_integration_benchmark 1.511 ± 0.010 1.492 1.524 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.324 ± 0.006 1.308 1.331 1.00
head memory_integration_benchmark 1.326 ± 0.013 1.307 1.348 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.450 ± 0.007 1.439 1.462 1.00
head operations_with_data_structures_benchmarks 1.460 ± 0.008 1.447 1.472 1.01 ± 0.01
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 588.4 ± 2.7 584.5 592.5 1.00
head pedersen 593.0 ± 2.1 588.8 596.9 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base poseidon_integration_benchmark 1.161 ± 0.007 1.151 1.172 1.00
head poseidon_integration_benchmark 1.180 ± 0.009 1.167 1.194 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 2.060 ± 0.020 2.042 2.100 1.00 ± 0.01
head secp_integration_benchmark 2.059 ± 0.007 2.044 2.067 1.00
Command Mean [s] Min [s] Max [s] Relative
base set_integration_benchmark 1.143 ± 0.009 1.131 1.155 1.00
head set_integration_benchmark 1.163 ± 0.006 1.155 1.172 1.02 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 3.930 ± 0.017 3.895 3.951 1.00
head uint256_integration_benchmark 4.019 ± 0.016 3.984 4.036 1.02 ± 0.01

@greged93 greged93 merged commit e14bb15 into v0.9.1 Dec 11, 2023
51 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.

1 participant