Skip to content

Add a day-precision option for the exactDate procedure #248

Description

@ccmdi

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions