summaryrefslogtreecommitdiffstats
path: root/vbench/src/tests/request_dumper/request_dumper_test.cpp
blob: 648b68a31d390265daf55a1d20565680826702dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/testapp.h>
#include <vbench/test/all.h>

using namespace vbench;

TEST_FF("dump request", RequestSink(), RequestDumper(f1)) {
    f2.handle(Request::UP(new Request()));
}

TEST_MAIN() { TEST_RUN_ALL(); }