aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/EventGeneratorConfig.json
blob: ede72cc60e2b18040af8455db5226f6531a29ee8 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "EventGenerator",
    "host": "localhost",
    "port": 32801,
    "batchCount": 20,
    "batchSize": 50,
    "delayBetweenBatches": 2000,
    "outFile": null
}