Only run flush-overhead test on Release build
This commit is contained in:
parent
1523553577
commit
6538dbcdd9
@ -33,8 +33,12 @@ macro(ovni_test name driver)
|
||||
|
||||
endmacro()
|
||||
|
||||
ovni_test("flush" "driver.sh")
|
||||
# Only run performance sensitive tests on Release builds
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
ovni_test("flush-overhead" "driver.sh")
|
||||
endif()
|
||||
|
||||
ovni_test("flush" "driver.sh")
|
||||
ovni_test("mp-simple" "mp-driver.sh")
|
||||
ovni_test("mp-rank" "mp-driver.sh")
|
||||
ovni_test("nosv-nested-tasks" "driver.sh")
|
||||
|
Loading…
Reference in New Issue
Block a user