Commit cc38aa4
committed
fix(zen): rebuild dist with batch mechanism restored (v3.44.2)
REGRESSION FIX - v3.44.1 Build Issue:
- v3.44.1 source code correctly restored batch mechanism
- v3.44.1 dist files incorrectly contained v3.44.0 code (no batching)
- Benchmark confirmed regression: 57.8/100 vs expected 69.4/100
This commit:
- Rebuilds dist files from current source (batch mechanism present)
- Verifies batch code: if (z>100) { B++; ... B--; }
- All 48 tests passing
Expected performance recovery after v3.44.2 publish:
- Overall: 69.4/100 (from 57.8/100)
- Wide Fanout: 336K ops/sec (from 300K)
- Massive Fanout: 35K ops/sec (from 33K)
- Single Write: 17.9M ops/sec (from 15.6M)1 parent 2a3dc78 commit cc38aa4
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments