aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/tests/request_dumper/request_dumper_test.cpp
blob: 4ca98bb4c906f9359caac34604526eff6703a22e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2016 Yahoo Inc. 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(); }