Closed lxfind closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
sui-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 21, 2024 8:15pm |
simulacrum always generates the genesis checkpoint, and we always bootstrap the genesis table, even during benchmarks?
I was hoping to be able to also download some checkpoint data from mainnet, and use them to benchmark the indexer. The genesis checkpoint would not be there. Another option is to allow using some default genesis value in benchmark mode
Description
This PR adds a benchmark command to indexer-alt. It would start the indexer using the provided parameters, start and stop based on the local ingestion data. It then measures the time and TPS. A few structural changes to indexer-alt code:
Test plan
Run locally
Release notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.