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: use arc #251

Merged
merged 9 commits into from
Jul 30, 2024
Merged

perf: use arc #251

merged 9 commits into from
Jul 30, 2024

Conversation

Glyphack
Copy link
Owner

@Glyphack Glyphack commented Jul 6, 2024

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 79.23077% with 27 lines in your changes missing coverage. Please review.

Project coverage is 64.07%. Comparing base (4ddc93f) to head (985ff95).

Files Patch % Lines
typechecker/src/type_evaluator.rs 60.78% 20 Missing ⚠️
typechecker/src/build.rs 88.63% 5 Missing ⚠️
typechecker/src/semantic_analyzer.rs 90.47% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #251      +/-   ##
==========================================
+ Coverage   63.88%   64.07%   +0.19%     
==========================================
  Files          31       31              
  Lines        6293     6258      -35     
==========================================
- Hits         4020     4010      -10     
+ Misses       2273     2248      -25     

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

Copy link

codspeed-hq bot commented Jul 6, 2024

CodSpeed Performance Report

Merging #251 will improve performances by ×5.8

Comparing remove-path-clone (985ff95) with main (4ddc93f)

Summary

⚡ 1 improvements
✅ 3 untouched benchmarks

Benchmarks breakdown

Benchmark main remove-path-clone Change
type_checker[test_data/types_very_fast.py] 1,041.5 ms 179.2 ms ×5.8

@Glyphack Glyphack merged commit 3dcf0e2 into main Jul 30, 2024
4 checks passed
@Glyphack Glyphack deleted the remove-path-clone branch July 30, 2024 17:43
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