Skip to content

Conversation

JulianGCalderon
Copy link
Contributor

Use new runner builder in tests

Description

...

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

github-actions bot commented Oct 15, 2025

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.146 ± 0.035 2.114 2.221 1.00 ± 0.02
head big_factorial 2.136 ± 0.023 2.104 2.184 1.00
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.069 ± 0.013 2.050 2.097 1.01 ± 0.01
head big_fibonacci 2.054 ± 0.012 2.039 2.068 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 7.886 ± 0.069 7.763 8.021 1.02 ± 0.01
head blake2s_integration_benchmark 7.736 ± 0.062 7.651 7.867 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.191 ± 0.011 2.177 2.214 1.00
head compare_arrays_200000 2.193 ± 0.013 2.175 2.220 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.428 ± 0.009 1.420 1.451 1.00
head dict_integration_benchmark 1.438 ± 0.012 1.425 1.468 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.240 ± 0.004 1.234 1.245 1.00 ± 0.01
head field_arithmetic_get_square_benchmark 1.236 ± 0.007 1.224 1.246 1.00
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 7.941 ± 0.058 7.847 8.010 1.01 ± 0.02
head integration_builtins 7.884 ± 0.153 7.766 8.294 1.00
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 8.169 ± 0.090 8.053 8.348 1.01 ± 0.02
head keccak_integration_benchmark 8.055 ± 0.117 7.915 8.279 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.180 ± 0.013 2.163 2.204 1.00 ± 0.01
head linear_search 2.179 ± 0.014 2.168 2.207 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.505 ± 0.010 1.497 1.533 1.00
head math_cmp_and_pow_integration_benchmark 1.515 ± 0.010 1.501 1.527 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.461 ± 0.005 1.454 1.470 1.00
head math_integration_benchmark 1.473 ± 0.021 1.455 1.526 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.228 ± 0.016 1.213 1.269 1.00 ± 0.02
head memory_integration_benchmark 1.224 ± 0.010 1.209 1.240 1.00
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.584 ± 0.010 1.575 1.611 1.00
head operations_with_data_structures_benchmarks 1.592 ± 0.013 1.578 1.625 1.00 ± 0.01
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 531.5 ± 1.4 529.9 534.5 1.00 ± 0.00
head pedersen 530.9 ± 1.5 528.8 533.2 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base poseidon_integration_benchmark 615.7 ± 3.8 610.6 620.7 1.00
head poseidon_integration_benchmark 620.8 ± 3.8 617.2 627.5 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 1.872 ± 0.008 1.864 1.890 1.01 ± 0.01
head secp_integration_benchmark 1.858 ± 0.005 1.849 1.866 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base set_integration_benchmark 609.0 ± 2.0 605.2 611.3 1.00
head set_integration_benchmark 635.4 ± 6.5 630.3 649.7 1.04 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 4.330 ± 0.019 4.299 4.365 1.00
head uint256_integration_benchmark 4.331 ± 0.061 4.292 4.500 1.00 ± 0.01

Copy link

codecov bot commented Oct 15, 2025

Codecov Report

❌ Patch coverage is 92.50936% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.11%. Comparing base (77801e5) to head (b12f3b1).

Files with missing lines Patch % Lines
vm/src/cairo_run.rs 65.11% 15 Missing ⚠️
vm/src/vm/runners/cairo_runner.rs 97.17% 5 Missing ⚠️
Additional details and impacted files
@@                   Coverage Diff                    @@
##           cairo-runner-builder    #2233      +/-   ##
========================================================
+ Coverage                 95.65%   96.11%   +0.45%     
========================================================
  Files                       103      103              
  Lines                     44115    44339     +224     
========================================================
+ Hits                      42198    42615     +417     
+ Misses                     1917     1724     -193     

☔ 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.

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