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

Add Yuval to CODEOWNERS #1952

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Add Yuval to CODEOWNERS #1952

merged 1 commit into from
Feb 14, 2025

Conversation

igaray
Copy link
Collaborator

@igaray igaray commented Feb 13, 2025

No description provided.

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 ± σ):     27.594 s ±  0.008 s    [User: 26.845 s, System: 0.748 s]
  Range (min … max):   27.588 s … 27.600 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 1
  Time (mean ± σ):     27.614 s ±  0.046 s    [User: 26.863 s, System: 0.750 s]
  Range (min … max):   27.582 s … 27.646 s    2 runs
 
Summary
  hyper_threading_main threads: 1 ran
    1.00 ± 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 ± σ):     15.323 s ±  0.037 s    [User: 26.868 s, System: 0.776 s]
  Range (min … max):   15.297 s … 15.349 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 2
  Time (mean ± σ):     15.268 s ±  0.002 s    [User: 26.718 s, System: 0.772 s]
  Range (min … max):   15.266 s … 15.269 s    2 runs
 
Summary
  hyper_threading_pr threads: 2 ran
    1.00 ± 0.00 times faster than hyper_threading_main 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 ± σ):     11.403 s ±  0.001 s    [User: 39.399 s, System: 0.901 s]
  Range (min … max):   11.402 s … 11.404 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 4
  Time (mean ± σ):     10.603 s ±  0.093 s    [User: 40.163 s, System: 0.945 s]
  Range (min … max):   10.538 s … 10.669 s    2 runs
 
Summary
  hyper_threading_pr threads: 4 ran
    1.08 ± 0.01 times faster than hyper_threading_main 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 ± σ):     11.049 s ±  0.223 s    [User: 39.682 s, System: 0.927 s]
  Range (min … max):   10.891 s … 11.206 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 6
  Time (mean ± σ):     10.699 s ±  0.207 s    [User: 39.924 s, System: 0.947 s]
  Range (min … max):   10.553 s … 10.846 s    2 runs
 
Summary
  hyper_threading_pr threads: 6 ran
    1.03 ± 0.03 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 ± σ):     10.949 s ±  0.125 s    [User: 39.925 s, System: 0.981 s]
  Range (min … max):   10.860 s … 11.038 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 8
  Time (mean ± σ):     10.807 s ±  0.290 s    [User: 40.079 s, System: 0.980 s]
  Range (min … max):   10.602 s … 11.013 s    2 runs
 
Summary
  hyper_threading_pr threads: 8 ran
    1.01 ± 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 ± σ):     10.655 s ±  0.012 s    [User: 40.472 s, System: 1.035 s]
  Range (min … max):   10.647 s … 10.663 s    2 runs
 
Benchmark 2: hyper_threading_pr threads: 16
  Time (mean ± σ):     10.846 s ±  0.068 s    [User: 40.201 s, System: 1.072 s]
  Range (min … max):   10.798 s … 10.895 s    2 runs
 
Summary
  hyper_threading_main threads: 16 ran
    1.02 ± 0.01 times faster than hyper_threading_pr threads: 16


@gabrielbosio gabrielbosio added the pipelines This PR/issue is exclusively about improving our CI label Feb 13, 2025
Copy link

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.287 ± 0.025 2.254 2.326 1.00 ± 0.01
head big_factorial 2.279 ± 0.022 2.247 2.320 1.00
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.225 ± 0.020 2.199 2.259 1.01 ± 0.01
head big_fibonacci 2.210 ± 0.025 2.170 2.243 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 8.430 ± 0.115 8.196 8.620 1.00
head blake2s_integration_benchmark 8.497 ± 0.172 8.129 8.736 1.01 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.383 ± 0.036 2.343 2.463 1.01 ± 0.02
head compare_arrays_200000 2.362 ± 0.025 2.319 2.398 1.00
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.524 ± 0.010 1.513 1.551 1.00 ± 0.01
head dict_integration_benchmark 1.521 ± 0.007 1.513 1.533 1.00
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.305 ± 0.015 1.283 1.323 1.00
head field_arithmetic_get_square_benchmark 1.311 ± 0.016 1.287 1.339 1.00 ± 0.02
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 8.415 ± 0.144 8.166 8.631 1.00
head integration_builtins 8.417 ± 0.264 8.147 9.087 1.00 ± 0.04
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 8.645 ± 0.173 8.415 8.923 1.00
head keccak_integration_benchmark 8.788 ± 0.326 8.427 9.511 1.02 ± 0.04
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.326 ± 0.027 2.292 2.380 1.00 ± 0.02
head linear_search 2.317 ± 0.028 2.279 2.359 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.598 ± 0.008 1.587 1.613 1.00
head math_cmp_and_pow_integration_benchmark 1.610 ± 0.015 1.588 1.629 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.582 ± 0.015 1.557 1.601 1.03 ± 0.02
head math_integration_benchmark 1.540 ± 0.021 1.512 1.570 1.00
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.276 ± 0.010 1.266 1.295 1.01 ± 0.01
head memory_integration_benchmark 1.268 ± 0.006 1.259 1.280 1.00
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.649 ± 0.009 1.639 1.670 1.00 ± 0.01
head operations_with_data_structures_benchmarks 1.648 ± 0.006 1.640 1.656 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 547.1 ± 2.0 544.5 550.8 1.00 ± 0.01
head pedersen 546.8 ± 2.1 543.5 550.3 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base poseidon_integration_benchmark 641.1 ± 4.3 636.2 648.6 1.00 ± 0.01
head poseidon_integration_benchmark 640.7 ± 3.8 635.1 647.9 1.00
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 1.904 ± 0.011 1.885 1.917 1.00
head secp_integration_benchmark 1.907 ± 0.008 1.898 1.922 1.00 ± 0.01
Command Mean [ms] Min [ms] Max [ms] Relative
base set_integration_benchmark 624.4 ± 2.6 620.5 628.8 1.00 ± 0.01
head set_integration_benchmark 622.7 ± 2.3 619.0 626.5 1.00
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 4.534 ± 0.045 4.445 4.595 1.00
head uint256_integration_benchmark 4.566 ± 0.036 4.490 4.601 1.01 ± 0.01

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.37%. Comparing base (526285c) to head (896990c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1952   +/-   ##
=======================================
  Coverage   96.37%   96.37%           
=======================================
  Files         102      102           
  Lines       41245    41245           
=======================================
  Hits        39749    39749           
  Misses       1496     1496           

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

@JulianGCalderon JulianGCalderon added this pull request to the merge queue Feb 14, 2025
Merged via the queue into main with commit 47ff7a9 Feb 14, 2025
93 of 94 checks passed
@JulianGCalderon JulianGCalderon deleted the codeowners_update branch February 14, 2025 14:44
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.

3 participants