Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eval: require precise scoping for hi-res streams #1624

Merged
merged 5 commits into from
Mar 6, 2024

Commits on Mar 6, 2024

  1. eval: require precise scoping for hi-res streams

    For hi-res streams, require more precise scoping that allows
    us to more efficiently match the data and run it only where
    needed. This would ideally be applied everywhere, but for
    backwards compatiblity the 1m step is opted out for now.
    brharrington committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    99d7ba0 View commit details
    Browse the repository at this point in the history
  2. cleanup import

    brharrington committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9e54749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ce436 View commit details
    Browse the repository at this point in the history
  4. fix tests

    brharrington committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a69a94a View commit details
    Browse the repository at this point in the history
  5. unused imports

    brharrington committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ba16255 View commit details
    Browse the repository at this point in the history