sapling/eden/fs/utils/test/BenchmarkMain.cpp

11 lines
231 B
C++
Raw Normal View History

/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2.
*/
#include <benchmark/benchmark.h>
BENCHMARK_MAIN();