Commit 973c4e29 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Renamed Benchmark.hpp to Benchmarks.hpp to match Benchmark.h

parent a8c4fe27
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ namespace Benchmarks {

const double oneGB = 1024.0 * 1024.0 * 1024.0;


struct BenchmarkResult
{
   using HeaderElements = typename Logging::HeaderElements;
@@ -240,4 +239,4 @@ inline typename Logging::MetadataMap getHardwareMetadata()
} // namespace Benchmarks
} // namespace TNL

#include "Benchmark.hpp"
#include "Benchmarks.hpp"
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ add_subdirectory( Traversers )

set( headers
         Benchmarks.h
         Benchmark.hpp
         Benchmarks.hpp
         FunctionTimer.h
         Logging.h
         CustomLogging.h