ACCURACY is a hardcoded module constant in app/procedures/exactDate/index.ts, so every search bisects down to the second: 10 rounds and about 38.6 measured requests per row. Since throughput there is bound by request count rather than width or latency, a per-run "day vs second" precision option would cut that to 3 rounds, projected at roughly 3.3x throughput. Once the option exists, test/e2e/procedure-bench.test.ts can measure it directly.
ACCURACY is a hardcoded module constant in app/procedures/exactDate/index.ts, so every search bisects down to the second: 10 rounds and about 38.6 measured requests per row. Since throughput there is bound by request count rather than width or latency, a per-run "day vs second" precision option would cut that to 3 rounds, projected at roughly 3.3x throughput. Once the option exists, test/e2e/procedure-bench.test.ts can measure it directly.