Skip to content

Conversation

@aboodman
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Nov 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
replicache-docs Ready Ready Preview Comment Nov 12, 2025 3:20pm
zbugs Ready Ready Preview Comment Nov 12, 2025 3:20pm

@github-actions
Copy link

github-actions bot commented Nov 12, 2025

🐰 Bencher Report

Branchaa/megabugs
TestbedLinux
Click to view all benchmark results
BenchmarkFile SizeBenchmark Result
kilobytes (KB)
(Result Δ%)
Upper Boundary
kilobytes (KB)
(Limit %)
zero-package.tgz📈 view plot
🚷 view threshold
1,524.50 KB
(+0.04%)Baseline: 1,523.87 KB
1,554.34 KB
(98.08%)
zero.js📈 view plot
🚷 view threshold
257.85 KB
(+0.01%)Baseline: 257.83 KB
262.99 KB
(98.04%)
zero.js.br📈 view plot
🚷 view threshold
70.54 KB
(-0.06%)Baseline: 70.58 KB
71.99 KB
(97.98%)
🐰 View full continuous benchmarking report in Bencher

@github-actions
Copy link

github-actions bot commented Nov 12, 2025

🐰 Bencher Report

Branchaa/megabugs
Testbedself-hosted
Click to view all benchmark results
BenchmarkThroughputBenchmark Result
operations / second (ops/s)
(Result Δ%)
Lower Boundary
operations / second (ops/s)
(Limit %)
1 exists: track.exists(album)📈 view plot
🚷 view threshold
14,511.24 ops/s
(-0.43%)Baseline: 14,574.01 ops/s
13,352.63 ops/s
(92.02%)
2 exists (AND): track.exists(album).exists(genre)📈 view plot
🚷 view threshold
5,463.11 ops/s
(-0.74%)Baseline: 5,503.96 ops/s
5,086.05 ops/s
(93.10%)
3 exists (AND)📈 view plot
🚷 view threshold
2,058.97 ops/s
(-3.42%)Baseline: 2,131.89 ops/s
1,955.80 ops/s
(94.99%)
3 exists (OR)📈 view plot
🚷 view threshold
1,077.05 ops/s
(-0.28%)Baseline: 1,080.06 ops/s
996.03 ops/s
(92.48%)
5 exists (AND)📈 view plot
🚷 view threshold
334.45 ops/s
(-1.50%)Baseline: 339.55 ops/s
313.23 ops/s
(93.65%)
5 exists (OR)📈 view plot
🚷 view threshold
177.45 ops/s
(-0.92%)Baseline: 179.09 ops/s
163.83 ops/s
(92.33%)
Nested 2 levels: track > album > artist📈 view plot
🚷 view threshold
4,823.33 ops/s
(+0.78%)Baseline: 4,786.22 ops/s
4,405.91 ops/s
(91.35%)
Nested 4 levels: playlist > tracks > album > artist📈 view plot
🚷 view threshold
780.97 ops/s
(-1.52%)Baseline: 793.03 ops/s
724.08 ops/s
(92.72%)
Nested with filters: track > album > artist (filtered)📈 view plot
🚷 view threshold
3,925.54 ops/s
(-2.22%)Baseline: 4,014.47 ops/s
3,716.46 ops/s
(94.67%)
planned: playlist.exists(tracks)📈 view plot
🚷 view threshold
962.31 ops/s
(+3.04%)Baseline: 933.91 ops/s
857.81 ops/s
(89.14%)
planned: track.exists(album) OR exists(genre)📈 view plot
🚷 view threshold
178.08 ops/s
(+1.42%)Baseline: 175.58 ops/s
161.85 ops/s
(90.89%)
planned: track.exists(album) where title="Big Ones"📈 view plot
🚷 view threshold
8,229.15 ops/s
(+1.81%)Baseline: 8,082.57 ops/s
7,191.38 ops/s
(87.39%)
planned: track.exists(album).exists(genre)📈 view plot
🚷 view threshold
21.63 ops/s
(+66.03%)Baseline: 13.03 ops/s
0.88 ops/s
(4.08%)
planned: track.exists(album).exists(genre) with filters📈 view plot
🚷 view threshold
5,489.52 ops/s
(+3.45%)Baseline: 5,306.68 ops/s
4,232.42 ops/s
(77.10%)
planned: track.exists(playlists)📈 view plot
🚷 view threshold
6.52 ops/s
(+15.20%)Baseline: 5.66 ops/s
1.79 ops/s
(27.51%)
unplanned: playlist.exists(tracks)📈 view plot
🚷 view threshold
958.07 ops/s
(+4.81%)Baseline: 914.10 ops/s
847.06 ops/s
(88.41%)
unplanned: track.exists(album) OR exists(genre)📈 view plot
🚷 view threshold
23.04 ops/s
(+3.10%)Baseline: 22.35 ops/s
21.21 ops/s
(92.06%)
unplanned: track.exists(album) where title="Big Ones"📈 view plot
🚷 view threshold
35.63 ops/s
(+2.55%)Baseline: 34.75 ops/s
32.88 ops/s
(92.26%)
unplanned: track.exists(album).exists(genre)📈 view plot
🚷 view threshold
21.92 ops/s
(+3.34%)Baseline: 21.21 ops/s
20.10 ops/s
(91.71%)
unplanned: track.exists(album).exists(genre) with filters📈 view plot
🚷 view threshold
36.07 ops/s
(+2.65%)Baseline: 35.13 ops/s
33.07 ops/s
(91.69%)
unplanned: track.exists(playlists)📈 view plot
🚷 view threshold
6.54 ops/s
(+4.93%)Baseline: 6.23 ops/s
5.79 ops/s
(88.50%)
zpg: (pk lookup) select * from track where id = 3163📈 view plot
🚷 view threshold
873.04 ops/s
(-3.64%)Baseline: 906.06 ops/s
685.57 ops/s
(78.53%)
zpg: (secondary index lookup) select * from track where album_id = 248📈 view plot
🚷 view threshold
926.04 ops/s
(-3.55%)Baseline: 960.13 ops/s
763.30 ops/s
(82.43%)
zpg: (table scan) select * from album📈 view plot
🚷 view threshold
688.93 ops/s
(-0.76%)Baseline: 694.22 ops/s
625.51 ops/s
(90.79%)
zpg: OR with empty branch and limit📈 view plot
🚷 view threshold
873.36 ops/s
(+5.02%)Baseline: 831.58 ops/s
660.35 ops/s
(75.61%)
zpg: OR with empty branch and limit with exists📈 view plot
🚷 view threshold
717.98 ops/s
(+4.80%)Baseline: 685.08 ops/s
512.45 ops/s
(71.37%)
zpg: all playlists📈 view plot
🚷 view threshold
5.73 ops/s
(+12.86%)Baseline: 5.08 ops/s
2.09 ops/s
(36.51%)
zpg: scan with one depth related📈 view plot
🚷 view threshold
435.78 ops/s
(+3.85%)Baseline: 419.60 ops/s
381.06 ops/s
(87.44%)
zql: (pk lookup) select * from track where id = 3163📈 view plot
🚷 view threshold
138,658.11 ops/s
(+9.30%)Baseline: 126,865.18 ops/s
102,327.26 ops/s
(73.80%)
zql: (secondary index lookup) select * from track where album_id = 248📈 view plot
🚷 view threshold
2,238.18 ops/s
(+4.61%)Baseline: 2,139.57 ops/s
1,708.05 ops/s
(76.31%)
zql: (table scan) select * from album📈 view plot
🚷 view threshold
7,059.50 ops/s
(+5.50%)Baseline: 6,691.62 ops/s
6,087.86 ops/s
(86.24%)
zql: OR with empty branch and limit📈 view plot
🚷 view threshold
55,554.38 ops/s
(-3.48%)Baseline: 57,556.58 ops/s
43,207.41 ops/s
(77.77%)
zql: OR with empty branch and limit with exists📈 view plot
🚷 view threshold
11,728.43 ops/s
(-3.75%)Baseline: 12,185.59 ops/s
10,743.43 ops/s
(91.60%)
zql: all playlists📈 view plot
🚷 view threshold
4.19 ops/s
(-2.93%)Baseline: 4.32 ops/s
3.91 ops/s
(93.22%)
zql: edit for limited query, inside the bound📈 view plot
🚷 view threshold
238,781.25 ops/s
(+4.07%)Baseline: 229,446.44 ops/s
212,105.69 ops/s
(88.83%)
zql: edit for limited query, outside the bound📈 view plot
🚷 view threshold
246,242.55 ops/s
(+5.22%)Baseline: 234,023.19 ops/s
197,399.59 ops/s
(80.16%)
zql: push into limited query, inside the bound📈 view plot
🚷 view threshold
115,155.61 ops/s
(+2.20%)Baseline: 112,671.52 ops/s
104,915.21 ops/s
(91.11%)
zql: push into limited query, outside the bound📈 view plot
🚷 view threshold
431,686.69 ops/s
(-0.75%)Baseline: 434,964.19 ops/s
377,537.35 ops/s
(87.46%)
zql: push into unlimited query📈 view plot
🚷 view threshold
369,974.16 ops/s
(+6.87%)Baseline: 346,205.08 ops/s
317,360.77 ops/s
(85.78%)
zql: scan with one depth related📈 view plot
🚷 view threshold
476.54 ops/s
(-0.67%)Baseline: 479.74 ops/s
408.10 ops/s
(85.64%)
zqlite: (pk lookup) select * from track where id = 3163📈 view plot
🚷 view threshold
45,395.17 ops/s
(+2.02%)Baseline: 44,495.22 ops/s
37,833.37 ops/s
(83.34%)
zqlite: (secondary index lookup) select * from track where album_id = 248📈 view plot
🚷 view threshold
11,693.11 ops/s
(+5.55%)Baseline: 11,078.62 ops/s
10,244.76 ops/s
(87.61%)
zqlite: (table scan) select * from album📈 view plot
🚷 view threshold
1,473.75 ops/s
(+8.53%)Baseline: 1,357.89 ops/s
1,206.29 ops/s
(81.85%)
zqlite: OR with empty branch and limit📈 view plot
🚷 view threshold
19,118.57 ops/s
(+4.85%)Baseline: 18,233.70 ops/s
14,819.53 ops/s
(77.51%)
zqlite: OR with empty branch and limit with exists📈 view plot
🚷 view threshold
5,591.50 ops/s
(+0.23%)Baseline: 5,578.49 ops/s
4,967.49 ops/s
(88.84%)
zqlite: all playlists📈 view plot
🚷 view threshold
1.46 ops/s
(+2.65%)Baseline: 1.42 ops/s
1.29 ops/s
(88.96%)
zqlite: edit for limited query, inside the bound📈 view plot
🚷 view threshold
127,074.12 ops/s
(+3.79%)Baseline: 122,435.74 ops/s
111,090.65 ops/s
(87.42%)
zqlite: edit for limited query, outside the bound📈 view plot
🚷 view threshold
130,087.57 ops/s
(+4.45%)Baseline: 124,544.72 ops/s
112,214.06 ops/s
(86.26%)
zqlite: push into limited query, inside the bound📈 view plot
🚷 view threshold
4,200.35 ops/s
(-1.24%)Baseline: 4,253.27 ops/s
4,023.35 ops/s
(95.79%)
zqlite: push into limited query, outside the bound📈 view plot
🚷 view threshold
156,265.33 ops/s
(+5.28%)Baseline: 148,426.29 ops/s
133,102.25 ops/s
(85.18%)
zqlite: push into unlimited query📈 view plot
🚷 view threshold
133,337.69 ops/s
(+2.80%)Baseline: 129,705.80 ops/s
117,590.89 ops/s
(88.19%)
zqlite: scan with one depth related📈 view plot
🚷 view threshold
159.51 ops/s
(-0.40%)Baseline: 160.15 ops/s
141.23 ops/s
(88.54%)
🐰 View full continuous benchmarking report in Bencher

@github-actions
Copy link

github-actions bot commented Nov 12, 2025

🐰 Bencher Report

Branchaa/megabugs
Testbedself-hosted
Click to view all benchmark results
BenchmarkThroughputBenchmark Result
operations / second (ops/s) x 1e3
(Result Δ%)
Lower Boundary
operations / second (ops/s) x 1e3
(Limit %)
src/client/custom.bench.ts > big schema📈 view plot
🚷 view threshold
765.57 ops/s x 1e3
(-6.88%)Baseline: 822.12 ops/s x 1e3
599.61 ops/s x 1e3
(78.32%)
src/client/zero.bench.ts > basics > All 1000 rows x 10 columns (numbers)📈 view plot
🚷 view threshold
2.94 ops/s x 1e3
(+2.40%)Baseline: 2.88 ops/s x 1e3
2.65 ops/s x 1e3
(90.05%)
src/client/zero.bench.ts > pk compare > pk = N📈 view plot
🚷 view threshold
45.35 ops/s x 1e3
(+3.53%)Baseline: 43.80 ops/s x 1e3
39.46 ops/s x 1e3
(87.01%)
src/client/zero.bench.ts > with filter > Lower rows 500 x 10 columns (numbers)📈 view plot
🚷 view threshold
4.16 ops/s x 1e3
(+0.06%)Baseline: 4.15 ops/s x 1e3
3.74 ops/s x 1e3
(89.97%)
🐰 View full continuous benchmarking report in Bencher

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.

3 participants