-
Notifications
You must be signed in to change notification settings - Fork 1
/
timing_builds.txt
8 lines (8 loc) · 1.33 KB
/
timing_builds.txt
1
2
3
4
5
6
7
8
time_build_r_mm_cg++|-DRUN_PERFORMANCE_TESTS=ON -DTIME_CHECK_SAMPLES=15 -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DMANUAL_MEMORY=ON| -j8 all timing_check|CXX=g++
time_build_d_mm_cg++|-DRUN_PERFORMANCE_TESTS=ON -DTIME_CHECK_SAMPLES=15 -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=Debug -DMANUAL_MEMORY=ON| -j8 all timing_check|CXX=g++
time_build_r_am_cg++|-DRUN_PERFORMANCE_TESTS=ON -DTIME_CHECK_SAMPLES=15 -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DMANUAL_MEMORY=OFF| -j8 all timing_check|CXX=g++
time_build_d_am_cg++|-DRUN_PERFORMANCE_TESTS=ON -DTIME_CHECK_SAMPLES=15 -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=Debug -DMANUAL_MEMORY=OFF| -j8 all timing_check|CXX=g++
time_build_r_mm_cclang|-DRUN_PERFORMANCE_TESTS=ON -DTIME_CHECK_SAMPLES=15 -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DMANUAL_MEMORY=ON| -j8 all timing_check|CXX=clang++
time_build_d_mm_cclang|-DRUN_PERFORMANCE_TESTS=ON -DTIME_CHECK_SAMPLES=15 -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=Debug -DMANUAL_MEMORY=ON| -j8 all timing_check|CXX=clang++
time_build_r_am_cclang|-DRUN_PERFORMANCE_TESTS=ON -DTIME_CHECK_SAMPLES=15 -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DMANUAL_MEMORY=OFF| -j8 all timing_check|CXX=clang++
time_build_d_am_cclang|-DRUN_PERFORMANCE_TESTS=ON -DTIME_CHECK_SAMPLES=15 -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=Debug -DMANUAL_MEMORY=OFF| -j8 all timing_check|CXX=clang++