digging through this over the weekend, cool project. embedded VRF anchoring without needing an external chain is a nice pattern, don't see it done clean very often
one thing I couldn't find though was bench/ has SMT-level numbers (insert, prove, verify) but nothing on the actual submit-anchor round trip at the default cycleInterval. that's the number I'd actually want before wiring this into anything latency-sensitive, SMT being fast doesn't tell me if I'm blocking a pipeline for 200ms or 4s
might already exist somewhere I missed, if so apologies in advance 🙃 otherwise seems worth adding p50/p95/p99 for that specific path next to the SMT benchmarks.
digging through this over the weekend, cool project. embedded VRF anchoring without needing an external chain is a nice pattern, don't see it done clean very often
one thing I couldn't find though was bench/ has SMT-level numbers (insert, prove, verify) but nothing on the actual submit-anchor round trip at the default cycleInterval. that's the number I'd actually want before wiring this into anything latency-sensitive, SMT being fast doesn't tell me if I'm blocking a pipeline for 200ms or 4s
might already exist somewhere I missed, if so apologies in advance 🙃 otherwise seems worth adding p50/p95/p99 for that specific path next to the SMT benchmarks.