aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/vbench/CMakeLists.txt
blob: 99a23d50b84a910d8aaf82a6af9cb1feb4a1a56e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vbench_vbench_vbench OBJECT
    SOURCES
    analyzer.cpp
    dropped_tagger.cpp
    generator.cpp
    ignore_before.cpp
    latency_analyzer.cpp
    native_factory.cpp
    qps_analyzer.cpp
    qps_tagger.cpp
    request.cpp
    request_dumper.cpp
    request_generator.cpp
    request_scheduler.cpp
    request_sink.cpp
    server_tagger.cpp
    tagger.cpp
    vbench.cpp
    worker.cpp
    DEPENDS
)