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

Set --expect-discarded-cache option #1540

Merged
merged 5 commits into from Feb 17, 2023
Merged

Commits on Feb 14, 2023

  1. databaseRunQueries(): accept a list of flags

    This refactoring commit changes databaseRunQueries() to accept a list of
    flags instead of separate memory and threads flags.
    cklin committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3095a09 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    8242edb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Calculate customQueryIndices early

    This refactoring commit changes runQueries() to calculate the set of
    indices with non-empty custom queries early. Doing so allows us to check
    early on whether there are any custom queries to run.
    cklin committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    08d1f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e4e857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d7567 View commit details
    Browse the repository at this point in the history