Skip to content

Update CI in v1.0.2 #2119

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

Closed
wants to merge 2 commits into from
Closed

Update CI in v1.0.2 #2119

wants to merge 2 commits into from

Conversation

DiegoCivi
Copy link
Contributor

Update CI in v1.0.2

Description

Update the version in the CI

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.

@DiegoCivi DiegoCivi changed the base branch from main to v1.0.2 June 5, 2025 18:40
@DiegoCivi DiegoCivi added the pipelines This PR/issue is exclusively about improving our CI label Jun 5, 2025
Copy link

github-actions bot commented Jun 5, 2025

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.152 ± 0.076 2.095 2.349 1.00 ± 0.05
head big_factorial 2.148 ± 0.065 2.108 2.327 1.00
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.088 ± 0.028 2.049 2.131 1.01 ± 0.02
head big_fibonacci 2.073 ± 0.023 2.048 2.106 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 7.929 ± 0.162 7.716 8.125 1.00 ± 0.03
head blake2s_integration_benchmark 7.900 ± 0.146 7.757 8.076 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.193 ± 0.022 2.175 2.232 1.00
head compare_arrays_200000 2.215 ± 0.038 2.178 2.302 1.01 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.446 ± 0.026 1.422 1.493 1.00
head dict_integration_benchmark 1.457 ± 0.010 1.446 1.477 1.01 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.253 ± 0.046 1.224 1.376 1.00
head field_arithmetic_get_square_benchmark 1.256 ± 0.019 1.236 1.286 1.00 ± 0.04
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 7.827 ± 0.094 7.775 8.086 1.00
head integration_builtins 7.942 ± 0.208 7.795 8.466 1.01 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 8.177 ± 0.155 8.009 8.389 1.01 ± 0.03
head keccak_integration_benchmark 8.115 ± 0.140 8.021 8.427 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.180 ± 0.015 2.161 2.217 1.00
head linear_search 2.200 ± 0.025 2.171 2.242 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.516 ± 0.010 1.504 1.537 1.00
head math_cmp_and_pow_integration_benchmark 1.539 ± 0.027 1.522 1.613 1.02 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.464 ± 0.008 1.454 1.483 1.00
head math_integration_benchmark 1.485 ± 0.009 1.477 1.502 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.230 ± 0.011 1.214 1.244 1.00
head memory_integration_benchmark 1.241 ± 0.013 1.231 1.269 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.582 ± 0.038 1.557 1.680 1.00 ± 0.02
head operations_with_data_structures_benchmarks 1.577 ± 0.011 1.564 1.594 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 525.0 ± 5.1 521.7 538.5 1.00 ± 0.01
head pedersen 524.5 ± 4.3 521.6 534.9 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base poseidon_integration_benchmark 747.8 ± 6.2 737.8 758.0 1.00
head poseidon_integration_benchmark 748.1 ± 8.8 738.8 762.2 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 1.854 ± 0.004 1.847 1.861 1.00
head secp_integration_benchmark 1.880 ± 0.044 1.852 2.002 1.01 ± 0.02
Command Mean [ms] Min [ms] Max [ms] Relative
base set_integration_benchmark 650.2 ± 3.7 647.0 658.5 1.00
head set_integration_benchmark 654.3 ± 6.3 648.1 670.5 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 4.400 ± 0.152 4.250 4.758 1.00
head uint256_integration_benchmark 4.434 ± 0.188 4.299 4.930 1.01 ± 0.06

Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (v1.0.2@118f794). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             v1.0.2    #2119   +/-   ##
=========================================
  Coverage          ?   94.92%           
=========================================
  Files             ?      102           
  Lines             ?    40455           
  Branches          ?        0           
=========================================
  Hits              ?    38402           
  Misses            ?     2053           
  Partials          ?        0           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DiegoCivi
Copy link
Contributor Author

This was begun because it was thought that it was needed, it turned out it is not necessary

@DiegoCivi DiegoCivi closed this Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pipelines This PR/issue is exclusively about improving our CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant