Skip to content

Commit

Permalink
Revert "config temporarily commit"
Browse files Browse the repository at this point in the history
This reverts commit ef0b002.
  • Loading branch information
liyuheng55555 committed Nov 14, 2023
1 parent ef0b002 commit b09c53e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configuration/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

################## Benchmark配置 #######################
# 总操作次数:具体每种类型操作会按OPERATION_PROPORTION定义的比例划分,例如OPERATION_PROPORTION=1:1:1:1:1:1:1:1:1:1:1
LOOP=10000
# LOOP=100

# 目前Benchmark支持多种运行模式,支持模式如下
# testWithDefaultPath 常规测试模式,支持多种读和写操作的混合负载
Expand All @@ -50,7 +50,7 @@
# BENCHMARK_WORK_MODE=testWithDefaultPath

# 限制测试最长耗时,设置为0表示无限制,单位为ms
TEST_MAX_TIME=3600000
# TEST_MAX_TIME=0

# 是否启动Benchmark统计模块
# USE_MEASUREMENT=true
Expand Down Expand Up @@ -108,7 +108,7 @@

############## 数据:设备、传感器、客户端 ##################
# 设备总数
DEVICE_NUMBER=60
# DEVICE_NUMBER=6000

# 实际写入设备比例,(0, 1]
# REAL_INSERT_RATE=1.0
Expand Down Expand Up @@ -202,7 +202,7 @@

# 操作最小执行间隔:若当前操作耗时大于该间隔则马上执行下一个操作,否则等待 (OP_MIN_INTERVAL-实际执行时间) ms
# 如果为0,则参数不生效;如果为-1,则其值和POINT_STEP一致
OP_MIN_INTERVAL=10000
# OP_MIN_INTERVAL=0

# 是否随机选取操作最小执行间隔:
# 如果为true,每次操作最小执行间隔的取值为 [0,OP_MIN_INTERVAL)
Expand Down

0 comments on commit b09c53e

Please sign in to comment.