clang format
This commit is contained in:
		@@ -17,8 +17,8 @@ if(NOT benchmark_FOUND)
 | 
			
		||||
        message(STATUS "Downloading GoogleBenchmark")
 | 
			
		||||
        include(FetchContent)
 | 
			
		||||
 | 
			
		||||
        # disable tests  
 | 
			
		||||
        set(BENCHMARK_ENABLE_TESTING OFF CACHE INTERNAL "")        
 | 
			
		||||
        # disable tests
 | 
			
		||||
        set(BENCHMARK_ENABLE_TESTING OFF CACHE INTERNAL "")
 | 
			
		||||
        # Do not build and run googlebenchmark tests
 | 
			
		||||
        FetchContent_Declare(googlebenchmark GIT_REPOSITORY https://github.com/google/benchmark.git GIT_TAG v1.6.0)
 | 
			
		||||
        FetchContent_MakeAvailable(googlebenchmark)
 | 
			
		||||
 
 | 
			
		||||
@@ -116,9 +116,6 @@ int main(int argc, char *argv[])
 | 
			
		||||
    tracing_null_logger_st->enable_backtrace(64);
 | 
			
		||||
    benchmark::RegisterBenchmark("null_sink_st/backtrace", bench_logger, tracing_null_logger_st);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#ifdef __linux
 | 
			
		||||
    bench_dev_null();
 | 
			
		||||
#endif // __linux__
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user