summaryrefslogtreecommitdiffstats
path: root/vbench/src/tests/app_vbench/vbench.cfg.template
blob: de8e30a7fbe04c449c9ca04ecda3a993c0ab8fd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    http_threads: 32,
    inputs: [
        {
            source: { type: 'RequestGenerator', file: 'input.txt' },
            prepare: [
                { type: 'ServerTagger', host: 'localhost', port:_LOCAL_PORT_ },
                { type: 'QpsTagger', qps: 10 }
            ]
        },
        {
            source: { type: 'RequestGenerator', file: 'input.txt' },
            prepare: [
                { type: 'ServerTagger', host: 'localhost', port:_LOCAL_PORT_ },
                { type: 'QpsTagger', qps: 10 }
            ]
        }
    ],
    analyze: [
        { type: 'IgnoreBefore', time: 1.0 },
        { type: 'QpsAnalyzer' },
        { type: 'LatencyAnalyzer' },
        { type: 'RequestDumper' }
    ]
}