user.conf 389 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
1
2
3
4
5
6
7
8
9
10
11
# The format of this config file is 'key = value'.
# The key has the format 'model.scenario.key'. Value is mostly int64_t.
# Model maybe '*' as wildcard. In that case the value applies to all models.
# All times are in milli seconds
#
*.Offline.min_duration = 600000
*.Offline.min_query_count = 2000

*.Server.target_qps = 0.5
*.Server.min_duration = 120000
*.Server.min_query_count = 100