Skip to content

Conversation

@JulianGCalderon
Copy link
Contributor

This PR adds a missing changelog entry for PR #2162.

This PR itself does not need a changelog.

@JulianGCalderon JulianGCalderon added the nochangelog Skip the changelog check label Aug 12, 2025
@gabrielbosio gabrielbosio enabled auto-merge August 12, 2025 18:04
@github-actions
Copy link

**Hyper Thereading Benchmark results**




hyperfine -r 2 -n "hyper_threading_main threads: 1" 'RAYON_NUM_THREADS=1 ./hyper_threading_main' -n "hyper_threading_pr threads: 1" 'RAYON_NUM_THREADS=1 ./hyper_threading_pr'
Benchmark 1: hyper_threading_main threads: 1
  Time (mean ± σ):     24.218 s ±  0.037 s    [User: 23.376 s, System: 0.840 s]
  Range (min … max):   24.192 s … 24.244 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 1
  Time (mean ± σ):     24.440 s ±  0.105 s    [User: 23.576 s, System: 0.862 s]
  Range (min … max):   24.366 s … 24.514 s    2 runs
 
Summary
  hyper_threading_main threads: 1 ran
    1.01 ± 0.00 times faster than hyper_threading_pr threads: 1




hyperfine -r 2 -n "hyper_threading_main threads: 2" 'RAYON_NUM_THREADS=2 ./hyper_threading_main' -n "hyper_threading_pr threads: 2" 'RAYON_NUM_THREADS=2 ./hyper_threading_pr'
Benchmark 1: hyper_threading_main threads: 2
  Time (mean ± σ):     13.180 s ±  0.026 s    [User: 23.475 s, System: 0.862 s]
  Range (min … max):   13.161 s … 13.198 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 2
  Time (mean ± σ):     13.302 s ±  0.006 s    [User: 23.758 s, System: 0.894 s]
  Range (min … max):   13.297 s … 13.306 s    2 runs
 
Summary
  hyper_threading_main threads: 2 ran
    1.01 ± 0.00 times faster than hyper_threading_pr threads: 2




hyperfine -r 2 -n "hyper_threading_main threads: 4" 'RAYON_NUM_THREADS=4 ./hyper_threading_main' -n "hyper_threading_pr threads: 4" 'RAYON_NUM_THREADS=4 ./hyper_threading_pr'
Benchmark 1: hyper_threading_main threads: 4
  Time (mean ± σ):      9.961 s ±  0.233 s    [User: 36.170 s, System: 1.072 s]
  Range (min … max):    9.797 s … 10.126 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 4
  Time (mean ± σ):     10.196 s ±  0.320 s    [User: 35.595 s, System: 1.033 s]
  Range (min … max):    9.969 s … 10.422 s    2 runs
 
Summary
  hyper_threading_main threads: 4 ran
    1.02 ± 0.04 times faster than hyper_threading_pr threads: 4




hyperfine -r 2 -n "hyper_threading_main threads: 6" 'RAYON_NUM_THREADS=6 ./hyper_threading_main' -n "hyper_threading_pr threads: 6" 'RAYON_NUM_THREADS=6 ./hyper_threading_pr'
Benchmark 1: hyper_threading_main threads: 6
  Time (mean ± σ):      9.873 s ±  0.131 s    [User: 36.296 s, System: 1.106 s]
  Range (min … max):    9.781 s …  9.966 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 6
  Time (mean ± σ):      9.804 s ±  0.008 s    [User: 36.562 s, System: 1.098 s]
  Range (min … max):    9.798 s …  9.809 s    2 runs
 
Summary
  hyper_threading_pr threads: 6 ran
    1.01 ± 0.01 times faster than hyper_threading_main threads: 6




hyperfine -r 2 -n "hyper_threading_main threads: 8" 'RAYON_NUM_THREADS=8 ./hyper_threading_main' -n "hyper_threading_pr threads: 8" 'RAYON_NUM_THREADS=8 ./hyper_threading_pr'
Benchmark 1: hyper_threading_main threads: 8
  Time (mean ± σ):      9.950 s ±  0.133 s    [User: 36.387 s, System: 1.155 s]
  Range (min … max):    9.856 s … 10.044 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 8
  Time (mean ± σ):      9.917 s ±  0.271 s    [User: 36.422 s, System: 1.078 s]
  Range (min … max):    9.725 s … 10.108 s    2 runs
 
Summary
  hyper_threading_pr threads: 8 ran
    1.00 ± 0.03 times faster than hyper_threading_main threads: 8




hyperfine -r 2 -n "hyper_threading_main threads: 16" 'RAYON_NUM_THREADS=16 ./hyper_threading_main' -n "hyper_threading_pr threads: 16" 'RAYON_NUM_THREADS=16 ./hyper_threading_pr'
Benchmark 1: hyper_threading_main threads: 16
  Time (mean ± σ):      9.733 s ±  0.001 s    [User: 36.995 s, System: 1.173 s]
  Range (min … max):    9.732 s …  9.733 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 16
  Time (mean ± σ):      9.893 s ±  0.049 s    [User: 36.764 s, System: 1.187 s]
  Range (min … max):    9.858 s …  9.927 s    2 runs
 
Summary
  hyper_threading_main threads: 16 ran
    1.02 ± 0.01 times faster than hyper_threading_pr threads: 16


@github-actions
Copy link

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.074 ± 0.012 2.056 2.101 1.00 ± 0.01
head big_factorial 2.067 ± 0.022 2.050 2.127 1.00
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.008 ± 0.020 1.992 2.058 1.00 ± 0.01
head big_fibonacci 2.002 ± 0.015 1.984 2.031 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 7.126 ± 0.119 7.063 7.459 1.00 ± 0.02
head blake2s_integration_benchmark 7.098 ± 0.082 7.021 7.317 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.138 ± 0.018 2.115 2.169 1.00
head compare_arrays_200000 2.141 ± 0.012 2.124 2.163 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.426 ± 0.010 1.411 1.444 1.00 ± 0.01
head dict_integration_benchmark 1.423 ± 0.010 1.410 1.443 1.00
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.176 ± 0.004 1.171 1.184 1.00 ± 0.01
head field_arithmetic_get_square_benchmark 1.175 ± 0.007 1.167 1.191 1.00
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 7.190 ± 0.038 7.130 7.246 1.00
head integration_builtins 7.207 ± 0.042 7.153 7.308 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 7.256 ± 0.020 7.236 7.294 1.00
head keccak_integration_benchmark 7.271 ± 0.029 7.234 7.326 1.00 ± 0.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.112 ± 0.019 2.095 2.155 1.00
head linear_search 2.125 ± 0.010 2.112 2.140 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.511 ± 0.019 1.488 1.558 1.01 ± 0.01
head math_cmp_and_pow_integration_benchmark 1.503 ± 0.011 1.480 1.520 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.439 ± 0.006 1.427 1.447 1.00 ± 0.01
head math_integration_benchmark 1.437 ± 0.007 1.426 1.447 1.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.203 ± 0.007 1.195 1.213 1.00
head memory_integration_benchmark 1.207 ± 0.021 1.186 1.261 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.505 ± 0.007 1.494 1.517 1.00 ± 0.01
head operations_with_data_structures_benchmarks 1.504 ± 0.011 1.488 1.523 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 519.3 ± 0.7 518.3 520.1 1.00
head pedersen 523.5 ± 6.2 518.5 540.4 1.01 ± 0.01
Command Mean [ms] Min [ms] Max [ms] Relative
base poseidon_integration_benchmark 603.6 ± 3.8 598.4 612.7 1.01 ± 0.01
head poseidon_integration_benchmark 597.8 ± 4.8 592.0 607.2 1.00
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 1.768 ± 0.018 1.753 1.813 1.01 ± 0.01
head secp_integration_benchmark 1.750 ± 0.005 1.741 1.757 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base set_integration_benchmark 623.6 ± 3.4 619.9 630.6 1.00 ± 0.01
head set_integration_benchmark 622.4 ± 2.2 619.0 626.0 1.00
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 4.046 ± 0.019 4.030 4.095 1.00
head uint256_integration_benchmark 4.059 ± 0.049 4.033 4.197 1.00 ± 0.01

@codecov
Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.67%. Comparing base (1b6a192) to head (9a5d495).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2168   +/-   ##
=======================================
  Coverage   96.67%   96.67%           
=======================================
  Files         103      103           
  Lines       43944    43944           
=======================================
  Hits        42483    42483           
  Misses       1461     1461           

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

@gabrielbosio gabrielbosio added this pull request to the merge queue Aug 12, 2025
Merged via the queue into main with commit bf8967a Aug 12, 2025
94 checks passed
@gabrielbosio gabrielbosio deleted the update-changelog branch August 12, 2025 18:56
gabrielbosio added a commit that referenced this pull request Aug 13, 2025
@gabrielbosio gabrielbosio restored the update-changelog branch August 13, 2025 12:51
github-merge-queue bot pushed a commit that referenced this pull request Aug 13, 2025
* Revert squashed `starkware-development` commit

* Revert "Update CHANGELOG for previous PR (#2168)"

This reverts commit bf8967a.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

nochangelog Skip the changelog check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants