@@ -284,18 +284,6 @@ if (CPPUDDLE_WITH_TESTS)
284284 PASS_REGULAR_EXPRESSION "--> Number of bad_allocs that triggered garbage collection: [ ]* 0"
285285 )
286286 endif ()
287- if (NOT CMAKE_BUILD_TYPE MATCHES "Debug" ) # Performance tests only make sense with optimizations on
288- add_test (allocator_test.performance.analyse_recycle_performance cat allocator_test.out)
289- set_tests_properties (allocator_test.performance.analyse_recycle_performance PROPERTIES
290- FIXTURES_REQUIRED allocator_test_output
291- PASS_REGULAR_EXPRESSION "Test information: Recycler was faster than default allocator!"
292- )
293- add_test (allocator_test.performance.analyse_aggressive_performance cat allocator_test.out)
294- set_tests_properties (allocator_test.performance.analyse_aggressive_performance PROPERTIES
295- FIXTURES_REQUIRED allocator_test_output
296- PASS_REGULAR_EXPRESSION "Test information: Recycler was faster than default allocator!"
297- )
298- endif ()
299287 add_test (allocator_test.fixture_cleanup ${CMAKE_COMMAND} -E remove allocator_test.out)
300288 set_tests_properties (allocator_test.fixture_cleanup PROPERTIES
301289 FIXTURES_CLEANUP allocator_test_output
@@ -341,18 +329,6 @@ if (CPPUDDLE_WITH_TESTS)
341329 PASS_REGULAR_EXPRESSION "--> Number of bad_allocs that triggered garbage collection: [ ]* 0"
342330 )
343331 endif ()
344- if (NOT CMAKE_BUILD_TYPE MATCHES "Debug" ) # Performance tests only make sense with optimizations on
345- add_test (allocator_aligned_test.performance.analyse_recycle_performance cat allocator_aligned_test.out)
346- set_tests_properties (allocator_aligned_test.performance.analyse_recycle_performance PROPERTIES
347- FIXTURES_REQUIRED allocator_aligned_test_output
348- PASS_REGULAR_EXPRESSION "Test information: Recycler was faster than default allocator!"
349- )
350- add_test (allocator_aligned_test.performance.analyse_aggressive_performance cat allocator_aligned_test.out)
351- set_tests_properties (allocator_aligned_test.performance.analyse_aggressive_performance PROPERTIES
352- FIXTURES_REQUIRED allocator_aligned_test_output
353- PASS_REGULAR_EXPRESSION "Test information: Recycler was faster than default allocator!"
354- )
355- endif ()
356332 add_test (allocator_aligned_test.fixture_cleanup ${CMAKE_COMMAND} -E remove allocator_aligned_test.out)
357333 set_tests_properties (allocator_aligned_test.fixture_cleanup PROPERTIES
358334 FIXTURES_CLEANUP allocator_aligned_test_output
@@ -400,18 +376,6 @@ if (CPPUDDLE_WITH_TESTS)
400376 PASS_REGULAR_EXPRESSION "--> Number of bad_allocs that triggered garbage collection: [ ]* 0"
401377 )
402378 endif ()
403- if (NOT CMAKE_BUILD_TYPE MATCHES "Debug" ) # Performance tests only make sense with optimizations on
404- add_test (allocator_concurrency_test.performance.analyse_recycle_performance cat allocator_concurrency_test.out)
405- set_tests_properties (allocator_concurrency_test.performance.analyse_recycle_performance PROPERTIES
406- FIXTURES_REQUIRED allocator_concurrency_output
407- PASS_REGULAR_EXPRESSION "Test information: Recycler was faster than default allocator!"
408- )
409- add_test (allocator_concurrency_test.performance.analyse_aggressive_performance cat allocator_concurrency_test.out)
410- set_tests_properties (allocator_concurrency_test.performance.analyse_aggressive_performance PROPERTIES
411- FIXTURES_REQUIRED allocator_concurrency_output
412- PASS_REGULAR_EXPRESSION "Test information: Recycler was faster than default allocator!"
413- )
414- endif ()
415379 add_test (allocator_concurrency_test.fixture_cleanup ${CMAKE_COMMAND} -E remove allocator_concurrency_test.out)
416380 set_tests_properties (allocator_concurrency_test.fixture_cleanup PROPERTIES
417381 FIXTURES_CLEANUP allocator_concurrency_output
0 commit comments