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

Ohadn/blake2s opcode runner run verification #1942

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ohad-nir-starkware
Copy link
Collaborator

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.

Copy link

Benchmark Results for unmodified programs 🚀

Command Mean [s] Min [s] Max [s] Relative
base big_factorial 2.208 ± 0.025 2.172 2.253 1.00
head big_factorial 2.212 ± 0.055 2.170 2.362 1.00 ± 0.03
Command Mean [s] Min [s] Max [s] Relative
base big_fibonacci 2.168 ± 0.046 2.116 2.291 1.01 ± 0.02
head big_fibonacci 2.147 ± 0.015 2.129 2.170 1.00
Command Mean [s] Min [s] Max [s] Relative
base blake2s_integration_benchmark 8.391 ± 0.226 8.065 8.589 1.04 ± 0.03
head blake2s_integration_benchmark 8.037 ± 0.146 7.845 8.327 1.00
Command Mean [s] Min [s] Max [s] Relative
base compare_arrays_200000 2.293 ± 0.029 2.249 2.342 1.01 ± 0.03
head compare_arrays_200000 2.278 ± 0.057 2.236 2.430 1.00
Command Mean [s] Min [s] Max [s] Relative
base dict_integration_benchmark 1.506 ± 0.009 1.491 1.521 1.01 ± 0.01
head dict_integration_benchmark 1.491 ± 0.008 1.483 1.510 1.00
Command Mean [s] Min [s] Max [s] Relative
base field_arithmetic_get_square_benchmark 1.308 ± 0.013 1.279 1.324 1.02 ± 0.01
head field_arithmetic_get_square_benchmark 1.284 ± 0.010 1.272 1.309 1.00
Command Mean [s] Min [s] Max [s] Relative
base integration_builtins 8.388 ± 0.174 8.141 8.606 1.04 ± 0.02
head integration_builtins 8.067 ± 0.068 7.942 8.170 1.00
Command Mean [s] Min [s] Max [s] Relative
base keccak_integration_benchmark 8.687 ± 0.207 8.340 8.907 1.05 ± 0.03
head keccak_integration_benchmark 8.279 ± 0.083 8.162 8.396 1.00
Command Mean [s] Min [s] Max [s] Relative
base linear_search 2.276 ± 0.016 2.248 2.296 1.00 ± 0.01
head linear_search 2.267 ± 0.015 2.246 2.290 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_cmp_and_pow_integration_benchmark 1.582 ± 0.021 1.562 1.639 1.00 ± 0.01
head math_cmp_and_pow_integration_benchmark 1.574 ± 0.004 1.569 1.582 1.00
Command Mean [s] Min [s] Max [s] Relative
base math_integration_benchmark 1.530 ± 0.006 1.521 1.541 1.00
head math_integration_benchmark 1.538 ± 0.011 1.524 1.558 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base memory_integration_benchmark 1.267 ± 0.007 1.257 1.277 1.00
head memory_integration_benchmark 1.275 ± 0.013 1.258 1.300 1.01 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base operations_with_data_structures_benchmarks 1.651 ± 0.010 1.636 1.663 1.00
head operations_with_data_structures_benchmarks 1.651 ± 0.012 1.637 1.676 1.00 ± 0.01
Command Mean [ms] Min [ms] Max [ms] Relative
base pedersen 556.3 ± 10.5 546.3 578.8 1.02 ± 0.02
head pedersen 547.8 ± 2.6 543.6 551.6 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base poseidon_integration_benchmark 652.8 ± 6.9 646.3 669.1 1.00 ± 0.02
head poseidon_integration_benchmark 652.0 ± 8.4 642.0 671.9 1.00
Command Mean [s] Min [s] Max [s] Relative
base secp_integration_benchmark 1.905 ± 0.008 1.888 1.914 1.00 ± 0.01
head secp_integration_benchmark 1.903 ± 0.023 1.881 1.963 1.00
Command Mean [ms] Min [ms] Max [ms] Relative
base set_integration_benchmark 673.0 ± 1.7 670.4 676.0 1.00
head set_integration_benchmark 674.0 ± 4.7 670.6 686.3 1.00 ± 0.01
Command Mean [s] Min [s] Max [s] Relative
base uint256_integration_benchmark 4.561 ± 0.066 4.451 4.646 1.02 ± 0.02
head uint256_integration_benchmark 4.471 ± 0.051 4.390 4.582 1.00

@ohad-nir-starkware ohad-nir-starkware force-pushed the ohadn/u128_encoded_instr branch 7 times, most recently from b4d46f6 to 43f4ba4 Compare February 11, 2025 21:33
Base automatically changed from ohadn/u128_encoded_instr to main February 11, 2025 23:14
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