Skip to content

pin GitHub Actions to commit SHA#1651

Merged
sobhe-Starkware merged 2 commits into
mainfrom
pin-github-actions-to-sha
Jul 22, 2026
Merged

pin GitHub Actions to commit SHA#1651
sobhe-Starkware merged 2 commits into
mainfrom
pin-github-actions-to-sha

Conversation

@sobhe-Starkware

Copy link
Copy Markdown
Contributor

Title

Closes #NA

Introduces Breaking Changes?

Yes/No.

These PRs should be merged after this one right away, in that order.

Checklist

  • Linked to Github Issue.
  • Unit tests added.
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@github-actions

Copy link
Copy Markdown

Benchmarking results

Benchmark for program dict_insert

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 10.223 ± 0.052 10.167 10.345 5.93 ± 0.05
cairo-native (embedded AOT) 1.724 ± 0.021 1.694 1.774 1.00 ± 0.01
cairo-native (embedded JIT using LLVM's ORC Engine) 1.723 ± 0.012 1.706 1.744 1.00

Benchmark for program dict_snapshot

Open benchmarks
Command Mean [ms] Min [ms] Max [ms] Relative
Cairo-vm (Rust, Cairo 1) 483.3 ± 4.3 477.7 492.7 1.00
cairo-native (embedded AOT) 1509.8 ± 20.5 1487.8 1560.2 3.12 ± 0.05
cairo-native (embedded JIT using LLVM's ORC Engine) 1521.8 ± 7.1 1511.5 1536.9 3.15 ± 0.03

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 4.552 ± 0.013 4.534 4.573 2.91 ± 0.03
cairo-native (embedded AOT) 1.564 ± 0.016 1.551 1.603 1.00
cairo-native (embedded JIT using LLVM's ORC Engine) 1.574 ± 0.006 1.565 1.583 1.01 ± 0.01

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 4.430 ± 0.015 4.406 4.451 2.94 ± 0.01
cairo-native (embedded AOT) 1.508 ± 0.004 1.502 1.515 1.00
cairo-native (embedded JIT using LLVM's ORC Engine) 1.525 ± 0.006 1.517 1.533 1.01 ± 0.00

Benchmark for program linear_search

Open benchmarks
Command Mean [ms] Min [ms] Max [ms] Relative
Cairo-vm (Rust, Cairo 1) 520.3 ± 5.2 513.6 530.5 1.00
cairo-native (embedded AOT) 1523.5 ± 5.7 1515.5 1532.7 2.93 ± 0.03
cairo-native (embedded JIT using LLVM's ORC Engine) 1550.3 ± 7.3 1542.3 1562.4 2.98 ± 0.03

Benchmark for program logistic_map

Open benchmarks
Command Mean [ms] Min [ms] Max [ms] Relative
Cairo-vm (Rust, Cairo 1) 442.7 ± 3.8 437.8 451.9 1.00
cairo-native (embedded AOT) 1502.0 ± 7.4 1489.6 1514.6 3.39 ± 0.03
cairo-native (embedded JIT using LLVM's ORC Engine) 1532.0 ± 5.9 1523.9 1542.0 3.46 ± 0.03

@github-actions

Copy link
Copy Markdown

Benchmark results Main vs HEAD.

Base

Command Mean [s] Min [s] Max [s] Relative
base dict_insert.cairo (JIT) 1.900 ± 0.047 1.862 2.009 1.03 ± 0.03
base dict_insert.cairo (AOT) 1.845 ± 0.016 1.825 1.868 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head dict_insert.cairo (JIT) 1.501 ± 0.021 1.469 1.544 1.01 ± 0.02
head dict_insert.cairo (AOT) 1.482 ± 0.024 1.447 1.529 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base dict_snapshot.cairo (JIT) 1.715 ± 0.016 1.689 1.741 1.01 ± 0.02
base dict_snapshot.cairo (AOT) 1.698 ± 0.023 1.674 1.739 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head dict_snapshot.cairo (JIT) 1.342 ± 0.035 1.312 1.429 1.04 ± 0.04
head dict_snapshot.cairo (AOT) 1.293 ± 0.030 1.254 1.347 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base factorial_2M.cairo (JIT) 1.767 ± 0.018 1.735 1.807 1.03 ± 0.02
base factorial_2M.cairo (AOT) 1.722 ± 0.020 1.700 1.755 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head factorial_2M.cairo (JIT) 1.366 ± 0.017 1.344 1.397 1.01 ± 0.02
head factorial_2M.cairo (AOT) 1.355 ± 0.013 1.335 1.380 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base fib_2M.cairo (JIT) 1.703 ± 0.019 1.671 1.734 1.03 ± 0.02
base fib_2M.cairo (AOT) 1.655 ± 0.019 1.636 1.693 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head fib_2M.cairo (JIT) 1.319 ± 0.011 1.299 1.337 1.02 ± 0.01
head fib_2M.cairo (AOT) 1.291 ± 0.013 1.275 1.316 1.00

Base

Command Mean [s] Min [s] Max [s] Relative
base linear_search.cairo (JIT) 1.680 ± 0.006 1.674 1.690 1.01 ± 0.01
base linear_search.cairo (AOT) 1.669 ± 0.014 1.645 1.699 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head linear_search.cairo (JIT) 1.350 ± 0.014 1.336 1.383 1.00
head linear_search.cairo (AOT) 1.350 ± 0.018 1.325 1.383 1.00 ± 0.02

Base

Command Mean [s] Min [s] Max [s] Relative
base logistic_map.cairo (JIT) 1.688 ± 0.022 1.665 1.736 1.03 ± 0.01
base logistic_map.cairo (AOT) 1.641 ± 0.009 1.625 1.656 1.00

Head

Command Mean [s] Min [s] Max [s] Relative
head logistic_map.cairo (JIT) 1.356 ± 0.020 1.328 1.390 1.02 ± 0.02
head logistic_map.cairo (AOT) 1.327 ± 0.015 1.309 1.356 1.00

@sobhe-Starkware
sobhe-Starkware added this pull request to the merge queue Jul 22, 2026
Merged via the queue into main with commit 5dd367b Jul 22, 2026
15 checks passed
@sobhe-Starkware
sobhe-Starkware deleted the pin-github-actions-to-sha branch July 22, 2026 11:48
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