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

Unignore fixed tests. #549

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Unignore fixed tests. #549

merged 1 commit into from
Apr 26, 2024

Conversation

azteca1998
Copy link
Collaborator

Checklist

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

Copy link

✅ Code is now correctly formatted.

Copy link

Benchmarking results

Benchmark for program factorial_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 13.476 ± 0.050 13.383 13.561 30.93 ± 0.17
cairo-native (embedded AOT) 1.590 ± 0.007 1.582 1.602 3.65 ± 0.02
cairo-native (embedded JIT using LLVM's ORC Engine) 1.556 ± 0.011 1.534 1.572 3.57 ± 0.03
cairo-native (standalone AOT) 0.636 ± 0.002 0.634 0.639 1.46 ± 0.01
cairo-native (standalone AOT with -march=native) 0.436 ± 0.002 0.434 0.439 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 12.927 ± 0.067 12.846 13.059 1593.27 ± 21.45
cairo-native (embedded AOT) 1.067 ± 0.008 1.054 1.081 131.49 ± 1.92
cairo-native (embedded JIT using LLVM's ORC Engine) 1.103 ± 0.010 1.092 1.126 135.97 ± 2.12
cairo-native (standalone AOT) 0.008 ± 0.000 0.008 0.009 1.02 ± 0.02
cairo-native (standalone AOT with -march=native) 0.008 ± 0.000 0.008 0.009 1.00

Benchmark for program logistic_map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 1.852 ± 0.020 1.814 1.889 27.26 ± 0.29
cairo-native (embedded AOT) 1.189 ± 0.009 1.173 1.204 17.50 ± 0.14
cairo-native (embedded JIT using LLVM's ORC Engine) 1.464 ± 0.017 1.442 1.498 21.54 ± 0.26
cairo-native (standalone AOT) 0.112 ± 0.000 0.112 0.113 1.65 ± 0.00
cairo-native (standalone AOT with -march=native) 0.068 ± 0.000 0.068 0.068 1.00

@edg-l edg-l added this pull request to the merge queue Apr 26, 2024
Merged via the queue into main with commit 4e3b4ab Apr 26, 2024
9 checks passed
@edg-l edg-l deleted the unignore-fixed-corelib-tests branch April 26, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants