Bump the perf tests up to counting as 4 tests.

They're failing on macOS and 32-bit Windows CI, but not locally on
32-bit Windows, so probably running out of memory...
This commit is contained in:
David Chisnall
2019-07-05 13:03:58 +01:00
parent 7dc30cc6fc
commit a40c71f68e

View File

@@ -172,7 +172,7 @@ if(NOT DEFINED SNMALLOC_ONLY_HEADER_LIBRARY)
add_test(${TESTNAME} ${TESTNAME})
endif()
if (${TEST_CATEGORY} MATCHES "perf")
set_tests_properties(${TESTNAME} PROPERTIES PROCESSORS 3)
set_tests_properties(${TESTNAME} PROPERTIES PROCESSORS 4)
endif()
endforeach()
endforeach()