-
Notifications
You must be signed in to change notification settings - Fork 96
feat: added initial error protocol #4971
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
Closed
Closed
Conversation
This file contains hidden or 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 GitHub.
|
|
Branch | 0xcadams/error-protocol |
Testbed | Linux |
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 | 1,361.51 KB(+0.00%)Baseline: 1,361.50 KB | 1,388.73 KB (98.04%) |
zero.js | 📈 view plot 🚷 view threshold | 225.45 KB(0.00%)Baseline: 225.45 KB | 229.96 KB (98.04%) |
zero.js.br | 📈 view plot 🚷 view threshold | 62.99 KB(0.00%)Baseline: 62.99 KB | 64.25 KB (98.04%) |
|
Branch | 0xcadams/error-protocol |
Testbed | self-hosted |
Click to view all benchmark results
Benchmark | Throughput | Benchmark Result operations / second (ops/s) (Result Δ%) | Lower Boundary operations / second (ops/s) (Limit %) |
---|---|---|---|
zpg: (pk lookup) select * from track where id = 3163 | 📈 view plot 🚷 view threshold | 1,219.31 ops/s(+18.80%)Baseline: 1,026.39 ops/s | 846.16 ops/s (69.40%) |
zpg: (secondary index lookup) select * from track where album_id = 248 | 📈 view plot 🚷 view threshold | 989.73 ops/s(-5.38%)Baseline: 1,046.02 ops/s | 957.92 ops/s (96.79%) |
zpg: (table scan) select * from album | 📈 view plot 🚷 view threshold | 674.83 ops/s(-3.77%)Baseline: 701.23 ops/s | 646.67 ops/s (95.83%) |
zpg: OR with empty branch and limit | 📈 view plot 🚷 view threshold | 947.11 ops/s(+6.94%)Baseline: 885.67 ops/s | 788.21 ops/s (83.22%) |
zpg: OR with empty branch and limit with exists | 📈 view plot 🚷 view threshold | 769.04 ops/s(+5.94%)Baseline: 725.91 ops/s | 602.18 ops/s (78.30%) |
zpg: all playlists | 📈 view plot 🚷 view threshold | 5.60 ops/s(+0.84%)Baseline: 5.56 ops/s | 5.41 ops/s (96.54%) |
zpg: scan with one depth related | 📈 view plot 🚷 view threshold | 435.10 ops/s(+2.68%)Baseline: 423.74 ops/s | 401.94 ops/s (92.38%) |
zql: (pk lookup) select * from track where id = 3163 | 📈 view plot 🚷 view threshold | 124,426.97 ops/s(+3.48%)Baseline: 120,247.02 ops/s | 113,344.86 ops/s (91.09%) |
zql: (secondary index lookup) select * from track where album_id = 248 | 📈 view plot 🚷 view threshold | 2,267.08 ops/s(+6.65%)Baseline: 2,125.69 ops/s | 1,956.60 ops/s (86.30%) |
zql: (table scan) select * from album | 📈 view plot 🚷 view threshold | 6,454.47 ops/s(+0.07%)Baseline: 6,449.91 ops/s | 6,048.25 ops/s (93.71%) |
zql: OR with empty branch and limit | 📈 view plot 🚷 |
No description provided.