mirror of
https://github.com/NecroticBamboo/QRBee.git
synced 2025-12-21 12:11:53 +00:00
39 lines
682 B
JSON
39 lines
682 B
JSON
{
|
|
"PrivateKey" : {
|
|
"FileName": "private_key.p12",
|
|
"Password": ""
|
|
},
|
|
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Trace",
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
},
|
|
|
|
"GeneratorSettings": {
|
|
"NumberOfClients": 100,
|
|
"NumberOfMerchants": 10,
|
|
"NumberOfThreads": 20,
|
|
"DelayBetweenMessagesMSec": 100,
|
|
"DelayJitterMSec": 50,
|
|
"MinAmount": 10,
|
|
"MaxAmount": 100,
|
|
|
|
"LoadSpike": {
|
|
"Probability": 0.001,
|
|
"Parameters": {
|
|
"Duration": "00:00:05",
|
|
"Delay": "00:00:00.0100000"
|
|
}
|
|
},
|
|
|
|
"LargeAmount": {
|
|
"Probability": 0.03,
|
|
"Parameters": {
|
|
"Valie": "1_000"
|
|
}
|
|
}
|
|
}
|
|
}
|