Skip to content

Commit

Permalink
Update ldbc_automatic_test.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-Jianxiong authored Jan 30, 2024
1 parent ddb36a4 commit a6f1f32
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions galaxybase-cypher/ldbc_automatic_test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,20 @@ queryDir=queries
############################################################
# Driver configurations #
############################################################
# Quickly estimate the duration of each test in the phase, if -1, the operation to complete the number of warmup is finished
# Quickly estimate the duration of each test in the phase (millisecond).
# if -1, the operation to complete the number of warmup is finished
estimate=300000
# The duration of each test in the precise tuning phase, if -1, the operation to complete the number of operation_count is finished
# The duration of each test in the precise tuning phase (millisecond).
# if -1, the operation to complete the number of operation_count is finished
accurate=7200000
# Binary end condition, tolerance range
error_range=1E-5
# Minimum time compression ratio limit
tcr_min=1E-9
# Maximum time compression ratio limit
tcr_max=1
# Specifies the fraction of the delay threshold that is allowed to be exceeded
timeout_rate=0.05
# The ratio on the first test
time_compression_ratio=0.1
status=1
Expand All @@ -35,11 +39,11 @@ help=false
ignore_scheduled_start_times=false
workload=org.ldbcouncil.finbench.driver.workloads.transaction.LdbcFinBenchTransactionWorkload
db=org.ldbcouncil.finbench.impls.galaxybase.GalaxybaseDb
operation_count=1
operation_count=100000
validation_parameters_size=10000
validate_workload=true
validate_database=validation_params.csv
warmup=1
warmup=5
ldbc.finbench.transaction.queries.parameters_dir=../../../datagen/sf1/read_params
ldbc.finbench.transaction.queries.updates_dir=../../../datagen/sf1/incremental
#ldbc.finbench.transaction.queries.parameters_dir=src/main/resources/example/data/sf1_read_params
Expand Down

0 comments on commit a6f1f32

Please sign in to comment.