-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix(zql): split push overlay logic for join, handle split edit #3874
Draft
grgbkr
wants to merge
1
commit into
main
Choose a base branch
from
grgbkr/split-push-overlay
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Branch | grgbkr/split-push-overlay |
Testbed | localhost |
Click to view all benchmark results
Benchmark | Throughput | Benchmark Result operations / second (ops/s) (Result Δ%) | Lower Boundary operations / second (ops/s) (Limit %) |
---|---|---|---|
src/client/zero.bench.ts > basics > All 1000 rows x 10 columns (numbers) | 📈 view plot 🚷 view threshold | 75.87 ops/s(+0.97%)Baseline: 75.14 ops/s | 70.43 ops/s (92.83%) |
src/client/zero.bench.ts > with filter > Lower rows 500 x 10 columns (numbers) | 📈 view plot 🚷 view threshold | 93.34 ops/s(-0.22%)Baseline: 93.55 ops/s | 90.68 ops/s (97.15%) |
|
Branch | grgbkr/split-push-overlay |
Testbed | localhost |
Click to view all benchmark results
Benchmark | File Size | Benchmark Result kilobytes (KB) (Result Δ%) | Upper Boundary kilobytes (KB) (Limit %) |
---|---|---|---|
zero-package.tgz | 📈 view plot 🚷 view threshold | 995.87 KB(+0.22%)Baseline: 993.70 KB | 1,013.58 KB (98.25%) |
zero.js | 📈 view plot 🚷 view threshold | 182.22 KB(+0.53%)Baseline: 181.27 KB | 184.90 KB (98.55%) |
zero.js.br | 📈 view plot 🚷 view threshold | 50.42 KB(+0.26%)Baseline: 50.29 KB | 51.29 KB (98.30%) |
7c16037
to
d8f4a2a
Compare
1faa984
to
e607942
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See #3894 for a version that doesn't handle split edits, assuming they will be handled at a different layer.