Skip to content

Commit

Permalink
Adjust initial CH-BenCHmark scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed May 10, 2024
1 parent ccd45c4 commit 4f760a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions experiments/17-chbenchmark/scale_down/COND
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ run_experiment(
"txn-config-file": "brad.config",
"txn-warehouses": 1740,
"txn-scale-factor": 1, # TBD
"t-clients": 1, # TBD
"num-front-ends": 2, # TBD
"run-for-s": 2 * 60 * 60, # 2 hours
"t-clients": 4, # TBD
"num-front-ends": 5, # TBD
"run-for-s": 1 * 60 * 60, # 1 hour
"txn-zipfian-alpha": ZIPFIAN_ALPHA,
"ra-query-indexes": QUERIES_STR,
"ra-query-bank-file": "../../../workloads/chbenchmark/queries.sql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# listen on successive ports (e.g., 6584, 6585, etc.).
front_end_interface: "0.0.0.0"
front_end_port: 6583
num_front_ends: 2
num_front_ends: 5

# If installed and enabled, BRAD will serve its UI from a webserver that listens
# for connections on this network interface and port.
Expand Down Expand Up @@ -127,7 +127,7 @@ std_datasets:
# Blueprint planning trigger configs.

triggers:
enabled: false
enabled: true
check_period_s: 90 # Triggers are checked every X seconds.
check_period_offset_s: 360 # Wait 6 mins before starting.

Expand Down

0 comments on commit 4f760a2

Please sign in to comment.