Skip to content

Commit

Permalink
explained testing space more
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Apr 17, 2024
1 parent 334740c commit 41e82ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/protox_tpch_sf10/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SCALE_FACTOR=10
INTENDED_PGDATA_HARDWARE=ssd
PGDATA_PARENT_DPATH=/mnt/nvme1n1/phw2/dbgym_tmp/

# space for testing
# space for testing. uncomment this to run individual commands from the script (copy pasting is harder because there are envvars)
python3 task.py --no-startup-check tune protox agent tune tpch --scale-factor $SCALE_FACTOR --enable-boot-during-tune
exit 0

Expand Down
2 changes: 1 addition & 1 deletion scripts/pat_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SCALE_FACTOR=0.01
INTENDED_PGDATA_HARDWARE=ssd
PGDATA_PARENT_DPATH=/mnt/nvme1n1/phw2/dbgym_tmp/

# space for testing
# space for testing. uncomment this to run individual commands from the script (copy pasting is harder because there are envvars)
python3 task.py --no-startup-check tune protox agent hpo tpch --scale-factor $SCALE_FACTOR --num-samples 2 --max-concurrent 2 --workload-timeout 15 --query-timeout 1 --duration 0.1 --intended-pgdata-hardware $INTENDED_PGDATA_HARDWARE --pgdata-parent-dpath $PGDATA_PARENT_DPATH --enable-boot-during-hpo
exit 0

Expand Down

0 comments on commit 41e82ca

Please sign in to comment.