-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: Skip measuring of cached siblings in layout #317
Merged
marc2332
merged 17 commits into
feat/improved-measuring-of-cached-layout
from
feat/skip-measuring-of-cached-siblings-layout
Oct 1, 2023
Merged
feat: Skip measuring of cached siblings in layout #317
marc2332
merged 17 commits into
feat/improved-measuring-of-cached-layout
from
feat/skip-measuring-of-cached-siblings-layout
Oct 1, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marc2332
added
enhancement 🔥
New feature or request
experiment 🧪
performance ⚡️
Performance improvement ⚡️
labels
Sep 25, 2023
Benchmark for 60d2c3eClick to view benchmark
|
Benchmark for 60d2c3eClick to view benchmark
|
Benchmark for 6eec396Click to view benchmark
|
Benchmark for 69f3b59Click to view benchmark
|
Benchmark for 2afda96Click to view benchmark
|
Benchmark for 9cc1f6bClick to view benchmark
|
Benchmark for a253adcClick to view benchmark
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feat/improved-measuring-of-cached-layout #317 +/- ##
============================================================================
+ Coverage 52.68% 52.70% +0.01%
============================================================================
Files 129 129
Lines 11234 11281 +47
============================================================================
+ Hits 5919 5946 +27
- Misses 5315 5335 +20
☔ View full report in Codecov by Sentry. |
Benchmark for cbc6435Click to view benchmark
|
Benchmark for cbc6435Click to view benchmark
|
Benchmark for 42cc9b4Click to view benchmark
|
Benchmark for 13027f0Click to view benchmark
|
marc2332
merged commit Oct 1, 2023
cc29346
into
feat/improved-measuring-of-cached-layout
6 checks passed
marc2332
added a commit
that referenced
this pull request
Oct 1, 2023
marc2332
added a commit
that referenced
this pull request
Oct 1, 2023
* feat: Improved measuring of cached layout * clean up * fixes * fix * clean up * clean up * feat: Skip measuring of cached siblings in layout (#317) * feat: Skip measuring of cached siblings in layout * clean up * remove fxhash * fix test * fixes * . * clean up * new benchmark * add_with_depth * fix * fix * fix * fixes * fixes * fixes * fixes * Update bench.rs * Revert "feat: Skip measuring of cached siblings in layout (#317)" (#320) This reverts commit cc29346.
marc2332
added a commit
that referenced
this pull request
Oct 22, 2023
* feat: Improved measuring of cached layout * clean up * fixes * fix * feat: New torin benchmark, deep + wide + cached * Update bench.rs * tweak * clean up * clean up * feat: Skip measuring of cached siblings in layout (#317) * feat: Skip measuring of cached siblings in layout * clean up * remove fxhash * fix test * fixes * . * clean up * new benchmark * add_with_depth * fix * fix * fix * fixes * fixes * fixes * fixes * Update bench.rs * iter_batched * workflow_dispatch * clean up * remove fxhash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on #314