This commit is contained in:
2026-02-10 14:02:11 +00:00
commit 1c3acf51d2
57 changed files with 12036 additions and 0 deletions

9
loadtest.ini Normal file
View File

@@ -0,0 +1,9 @@
# host:port
databaseAddr = :12345
# path to metrics.info file
metricsInfo = testdir/metrics.info
# the number of concurrently open connections.
connections = 1000
# send requests per one connection
requestsPerConn = 500