Skip to content

feat: move runner_mode to be a field in StwoCairoRunConfig#2366

Merged
dorimedini-starkware merged 1 commit intomainfrom
03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig
Apr 19, 2026
Merged

feat: move runner_mode to be a field in StwoCairoRunConfig#2366
dorimedini-starkware merged 1 commit intomainfrom
03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig

Conversation

@dorimedini-starkware
Copy link
Copy Markdown
Collaborator

@dorimedini-starkware dorimedini-starkware commented Mar 23, 2026

TITLE

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.

This change is Reviewable

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 23, 2026

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.106 ± 0.021 2.088 2.156 1.01 ± 0.01
head big_factorial 2.094 ± 0.008 2.084 2.108 1.00
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.033 ± 0.018 2.016 2.080 1.00 ± 0.01
head big_fibonacci 2.031 ± 0.016 2.014 2.067 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 7.178 ± 0.073 7.107 7.290 1.00 ± 0.01
head blake2s_integration_benchmark 7.151 ± 0.063 7.102 7.314 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.148 ± 0.006 2.139 2.159 1.00
head compare_arrays_200000 2.159 ± 0.015 2.143 2.183 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.412 ± 0.005 1.405 1.423 1.00
head dict_integration_benchmark 1.430 ± 0.014 1.414 1.458 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.204 ± 0.007 1.195 1.222 1.00
head field_arithmetic_get_square_benchmark 1.204 ± 0.010 1.193 1.226 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 7.281 ± 0.107 7.160 7.543 1.01 ± 0.02
head integration_builtins 7.238 ± 0.033 7.203 7.313 1.00
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 7.364 ± 0.104 7.294 7.650 1.01 ± 0.02
head keccak_integration_benchmark 7.305 ± 0.044 7.280 7.425 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.143 ± 0.029 2.116 2.208 1.00
head linear_search 2.146 ± 0.028 2.126 2.222 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.485 ± 0.009 1.477 1.504 1.00
head math_cmp_and_pow_integration_benchmark 1.486 ± 0.005 1.479 1.497 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.452 ± 0.012 1.441 1.484 1.00
head math_integration_benchmark 1.454 ± 0.006 1.442 1.463 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.216 ± 0.020 1.205 1.271 1.00
head memory_integration_benchmark 1.217 ± 0.012 1.208 1.242 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.526 ± 0.005 1.520 1.533 1.00
head operations_with_data_structures_benchmarks 1.531 ± 0.012 1.521 1.552 1.00 ± 0.01
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 529.0 ± 5.0 525.9 542.9 1.00 ± 0.01
head pedersen 527.0 ± 1.0 525.5 529.3 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base poseidon_integration_benchmark 608.8 ± 2.2 606.1 613.1 1.00
head poseidon_integration_benchmark 609.3 ± 4.6 605.7 619.8 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 1.795 ± 0.006 1.787 1.810 1.00 ± 0.00
head secp_integration_benchmark 1.786 ± 0.003 1.783 1.792 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base set_integration_benchmark 630.3 ± 2.0 628.2 633.8 1.00 ± 0.00
head set_integration_benchmark 628.8 ± 0.8 627.3 630.1 1.00
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 4.111 ± 0.033 4.077 4.195 1.00 ± 0.01
head uint256_integration_benchmark 4.104 ± 0.016 4.075 4.120 1.00

@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig branch from 4853667 to 8262ccd Compare March 25, 2026 13:23
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-refactor_rename_cairorunconfig_to_cairo0runconfig branch from a017f6d to 0e1cb53 Compare March 25, 2026 13:23
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.17%. Comparing base (edaa02a) to head (5d8127f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2366      +/-   ##
==========================================
- Coverage   96.17%   96.17%   -0.01%     
==========================================
  Files         105      105              
  Lines       37772    37770       -2     
==========================================
- Hits        36328    36326       -2     
  Misses       1444     1444              

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

@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig branch from 8262ccd to 41e01a7 Compare March 25, 2026 13:37
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-refactor_rename_cairorunconfig_to_cairo0runconfig branch from 0e1cb53 to 0cebaa3 Compare March 25, 2026 13:37
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig branch from 41e01a7 to 713a6ed Compare March 25, 2026 14:04
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-refactor_rename_cairorunconfig_to_cairo0runconfig branch from 0cebaa3 to 3e4a487 Compare March 25, 2026 14:04
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig branch 2 times, most recently from cc4297e to c1fa7b8 Compare March 25, 2026 15:02
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-refactor_rename_cairorunconfig_to_cairo0runconfig branch from 0662cae to 59d1102 Compare March 25, 2026 15:02
Copy link
Copy Markdown
Collaborator

@YairVaknin-starkware YairVaknin-starkware left a comment

Choose a reason for hiding this comment

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

:lgtm:

@YairVaknin-starkware reviewed 3 files and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on Yael-Starkware).

@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-refactor_rename_cairorunconfig_to_cairo0runconfig branch from 59d1102 to 81b2350 Compare April 9, 2026 19:15
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig branch from c1fa7b8 to 3540366 Compare April 9, 2026 19:15
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-refactor_rename_cairorunconfig_to_cairo0runconfig branch from 81b2350 to b235b17 Compare April 13, 2026 06:14
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig branch 2 times, most recently from 3157b70 to e15c441 Compare April 13, 2026 06:54
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-refactor_rename_cairorunconfig_to_cairo0runconfig branch from b235b17 to 5f73014 Compare April 13, 2026 06:54
Copy link
Copy Markdown
Collaborator

@YairVaknin-starkware YairVaknin-starkware left a comment

Choose a reason for hiding this comment

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

:lgtm:

@YairVaknin-starkware reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on Yael-Starkware).

@graphite-app graphite-app bot changed the base branch from 03-21-refactor_rename_cairorunconfig_to_cairo0runconfig to graphite-base/2366 April 19, 2026 15:47
@dorimedini-starkware dorimedini-starkware force-pushed the 03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig branch from e15c441 to 5d8127f Compare April 19, 2026 16:29
@graphite-app graphite-app bot changed the base branch from graphite-base/2366 to main April 19, 2026 16:29
@graphite-app
Copy link
Copy Markdown

graphite-app bot commented Apr 19, 2026

Merge activity

  • Apr 19, 4:29 PM UTC: Graphite rebased this pull request, because this pull request is set to merge when ready.

@dorimedini-starkware dorimedini-starkware added this pull request to the merge queue Apr 19, 2026
Merged via the queue into main with commit 25eb4fc Apr 19, 2026
73 of 94 checks passed
@dorimedini-starkware dorimedini-starkware deleted the 03-21-feat_move_runner_mode_to_be_a_field_in_stwocairorunconfig branch April 19, 2026 17:08
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.

2 participants