Skip to content

Commit

Permalink
Changing setting to CSV for easier submission results into database
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura authored and vgvassilev committed Oct 28, 2017
1 parent 4ad1758 commit a82360c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/AddRootBench.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function(RB_ADD_GBENCHMARK benchmark)
# COMMAND ${benchmark}
# WORKING_DIR ${CMAKE_CURRENT_BINARY_DIR}
# LABELS "benchmark")
add_test(NAME rootbench-${benchmark} COMMAND ${benchmark} --benchmark_out_format=json --benchmark_out=rootbench-${benchmark}.json --benchmark_color=false)
set_tests_properties(rootbench-${benchmark} PROPERTIES TIMEOUT 180)
add_test(NAME rootbench-${benchmark} COMMAND ${benchmark} --benchmark_out_format=csv --benchmark_out=rootbench-${benchmark}.csv --benchmark_color=false)
set_tests_properties(rootbench-${benchmark} PROPERTIES TIMEOUT 300)
endfunction(RB_ADD_GBENCHMARK)

#----------------------------------------------------------------------------
Expand Down

0 comments on commit a82360c

Please sign in to comment.