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

perf: share constants between Program instances #1442

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Merge branch 'main' into perf/share_constants

e7cad97
Select commit
Loading
Failed to load commit list.
Draft

perf: share constants between Program instances #1442

Merge branch 'main' into perf/share_constants
e7cad97
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 14, 2023 in 0s

96.98% (-0.01%) compared to bd496ea

View this Pull Request on Codecov

96.98% (-0.01%) compared to bd496ea

Details

Codecov Report

Merging #1442 (e7cad97) into main (bd496ea) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1442      +/-   ##
==========================================
- Coverage   96.98%   96.98%   -0.01%     
==========================================
  Files          93       93              
  Lines       38637    38636       -1     
==========================================
- Hits        37474    37473       -1     
  Misses       1163     1163              
Files Changed Coverage Δ
vm/src/serde/deserialize_program.rs 97.32% <100.00%> (ø)
vm/src/types/program.rs 99.42% <100.00%> (-0.01%) ⬇️
vm/src/utils.rs 99.49% <100.00%> (ø)
vm/src/vm/runners/cairo_runner.rs 98.04% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more