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 test for layout paddings. #548

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Add test for layout paddings. #548

merged 1 commit into from
Apr 25, 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.

@azteca1998 azteca1998 marked this pull request as ready for review April 25, 2024 11:03
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.433 ± 0.104 13.346 13.652 30.89 ± 0.26
cairo-native (embedded AOT) 1.547 ± 0.017 1.531 1.590 3.56 ± 0.04
cairo-native (embedded JIT using LLVM's ORC Engine) 1.513 ± 0.005 1.506 1.521 3.48 ± 0.02
cairo-native (standalone AOT) 0.636 ± 0.001 0.634 0.638 1.46 ± 0.01
cairo-native (standalone AOT with -march=native) 0.435 ± 0.001 0.434 0.437 1.00

Benchmark for program fib_2M

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 12.971 ± 0.095 12.898 13.178 1598.34 ± 21.23
cairo-native (embedded AOT) 1.064 ± 0.011 1.052 1.092 131.15 ± 1.99
cairo-native (embedded JIT using LLVM's ORC Engine) 1.088 ± 0.007 1.074 1.097 134.12 ± 1.75
cairo-native (standalone AOT) 0.008 ± 0.000 0.008 0.013 1.02 ± 0.04
cairo-native (standalone AOT with -march=native) 0.008 ± 0.000 0.008 0.008 1.00

Benchmark for program logistic_map

Open benchmarks
Command Mean [s] Min [s] Max [s] Relative
Cairo-vm (Rust, Cairo 1) 1.831 ± 0.017 1.800 1.852 26.98 ± 0.26
cairo-native (embedded AOT) 1.191 ± 0.008 1.178 1.202 17.54 ± 0.12
cairo-native (embedded JIT using LLVM's ORC Engine) 1.437 ± 0.007 1.427 1.448 21.17 ± 0.12
cairo-native (standalone AOT) 0.112 ± 0.000 0.111 0.112 1.64 ± 0.00
cairo-native (standalone AOT with -march=native) 0.068 ± 0.000 0.068 0.068 1.00

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.53%. Comparing base (f44fd58) to head (73c0f96).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #548   +/-   ##
=======================================
  Coverage   89.53%   89.53%           
=======================================
  Files         108      108           
  Lines       34261    34282   +21     
=======================================
+ Hits        30675    30696   +21     
  Misses       3586     3586           

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

@igaray igaray added this pull request to the merge queue Apr 25, 2024
Merged via the queue into main with commit 61015ac Apr 25, 2024
9 checks passed
@igaray igaray deleted the add-test-for-layout-sizes branch April 25, 2024 13:57
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.

4 participants