diff options
Diffstat (limited to 'bench/00-noop.cpp')
| -rw-r--r-- | bench/00-noop.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bench/00-noop.cpp b/bench/00-noop.cpp deleted file mode 100644 index ca84944a..00000000 --- a/bench/00-noop.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include <benchmark/benchmark.h> - -#if 0 -namespace { - -void noop(benchmark::State& state) -{ - for (auto _ : state) - (void)0; -} - -BENCHMARK(noop); - -} // namespace -#endif |
