Skip to content

Conversation

@patrick-ogrady
Copy link
Contributor

No description provided.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 12, 2025

Deploying alto with  Cloudflare Pages  Cloudflare Pages

Latest commit: 01abd23
Status: ✅  Deploy successful!
Preview URL: https://b70f5d87.alto-8k4.pages.dev
Branch Preview URL: https://update-v0-0-58.alto-8k4.pages.dev

View logs

const REPLAY_BUFFER: NonZero<usize> = NZUsize!(8 * 1024 * 1024); // 8MB
const WRITE_BUFFER: NonZero<usize> = NZUsize!(1024 * 1024); // 1MB
const BUFFER_POOL_PAGE_SIZE: NonZero<usize> = NZUsize!(4_096); // 4KB
const BUFFER_POOL_CAPACITY: NonZero<usize> = NZUsize!(4_096); // 16MB
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will primarily be used for serving queries from the immutable store.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.32%. Comparing base (b39de55) to head (01abd23).

@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
- Coverage   43.33%   43.32%   -0.02%     
==========================================
  Files          18       18              
  Lines        2492     2495       +3     
==========================================
+ Hits         1080     1081       +1     
- Misses       1412     1414       +2     
Files with missing lines Coverage Δ
chain/src/engine.rs 98.23% <100.00%> (+0.03%) ⬆️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b39de55...01abd23. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@patrick-ogrady patrick-ogrady marked this pull request as ready for review August 12, 2025 23:21
@patrick-ogrady patrick-ogrady merged commit 6aac116 into main Aug 12, 2025
9 checks passed
@patrick-ogrady patrick-ogrady deleted the update-v0.0.58 branch August 12, 2025 23:21
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.

2 participants