Skip to content

Commit

Permalink
Restored proper default values for TPC-C benchmark properties
Browse files Browse the repository at this point in the history
  • Loading branch information
apavlo committed May 23, 2014
1 parent e519245 commit 2c0a5ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions properties/benchmarks/tpcc.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ workload.ignore = LoadWarehouse,LoadWarehouseReplicated

## These parameters will make the benchmark use one WAREHOUSE
## and one loader thread per partition in the cluster
warehouse_per_partition = false
warehouse_per_partition = true
loadthread_per_warehouse = true

## Or you can use these parameters to specifically
## control the number of warehouses and/or load threads
warehouses = 100
# warehouses = 100
# loadthreads = 4

## Testing Options
Expand Down Expand Up @@ -42,7 +42,7 @@ neworder_only = false

# Whether to allow NewOrder txns to touch multiple partitions
# You can control the percentage of these txns with neworder_multip_mix
neworder_multip = false
neworder_multip = true

# The percentage of NewOrder txns that touch multiple partitions.
# Setting it to -1 will use the default configuration
Expand All @@ -64,7 +64,7 @@ neworder_skew_warehouse = false
payment_only = false

# Whether to allow Payment txns to touch multiple partitions.
payment_multip = false
payment_multip = true

# The percentage of Payment txns that touch multiple partitions.
# Setting it to -1 will use the default configuration
Expand Down

0 comments on commit 2c0a5ce

Please sign in to comment.