You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we expose the dynamic query generation as a config to the user?
# Exposable: let users specify types/complexity
benchmark_types = ["static", "dynamic"]
num_queries = 10 # should this be per type or total query? which one is less confusing?
complexity = "level-1" # or "level-1, level-2, level-3"