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: implement mem_eq and use it for set_add #1198

Merged
merged 1 commit into from
Jun 1, 2023

perf: implement mem_eq and use it for set_add

d2e83e6
Select commit
Failed to load commit list.
Merged

perf: implement mem_eq and use it for set_add #1198

perf: implement mem_eq and use it for set_add
d2e83e6
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Jun 1, 2023 in 1s

97.60% (-0.03%) compared to cf5768c

View this Pull Request on Codecov

97.60% (-0.03%) compared to cf5768c

Details

Codecov Report

Merging #1198 (d2e83e6) into main (cf5768c) will decrease coverage by 0.03%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main    #1198      +/-   ##
==========================================
- Coverage   97.62%   97.60%   -0.03%     
==========================================
  Files          89       89              
  Lines       36038    36066      +28     
==========================================
+ Hits        35182    35202      +20     
- Misses        856      864       +8     
Impacted Files Coverage Δ
src/vm/vm_memory/memory.rs 98.57% <80.76%> (-0.40%) ⬇️
src/hint_processor/builtin_hint_processor/set.rs 99.09% <100.00%> (-0.01%) ⬇️
src/vm/vm_core.rs 97.78% <100.00%> (-0.10%) ⬇️

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