Skip to content

Commit

Permalink
Additional workload adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed May 11, 2024
1 parent ddd44d2 commit d72f117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experiments/17-chbenchmark/scale_down/COND
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ ZIPFIAN_ALPHA = 5.0

# Query indices.
QUERIES = list(range(22))
QUERIES.remove(4)
QUERIES.remove(9)
QUERIES.remove(17)
QUERIES_STR = ",".join([str(v) for v in QUERIES])

run_experiment(
Expand Down

0 comments on commit d72f117

Please sign in to comment.