Refactors test cases
authorPeizhao Ou <peizhaoo@uci.edu>
Thu, 1 Feb 2018 22:14:19 +0000 (14:14 -0800)
committerPeizhao Ou <peizhaoo@uci.edu>
Thu, 1 Feb 2018 22:14:19 +0000 (14:14 -0800)
CMakeLists.txt
test/junction_driver.cpp

index c62125fc4a176749a773db7625c5409ee7ae04e7..15e6cfcf0d068edfe0a228755f67eb1fd50a66cb 100644 (file)
@@ -9,7 +9,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
        # If this is the root project, issue a project() command so that
        # the Visual Studio generator will create an .sln file.
     #set(CMAKE_CONFIGURATION_TYPES "Debug;RelWithAsserts;RelWithDebInfo" CACHE INTERNAL "Build configs")
        # If this is the root project, issue a project() command so that
        # the Visual Studio generator will create an .sln file.
     #set(CMAKE_CONFIGURATION_TYPES "Debug;RelWithAsserts;RelWithDebInfo" CACHE INTERNAL "Build configs")
-    set(CMAKE_CONFIGURATION_TYPES "RelWithDebInfo" CACHE INTERNAL "Build configs")
+    set(CMAKE_CONFIGURATION_TYPES "Release" CACHE INTERNAL "Build configs")
        project(Junction)
     set_property(GLOBAL PROPERTY USE_FOLDERS ON)
     set(JUNCTION_WITH_SAMPLES TRUE CACHE BOOL "Include all Junction samples in generated build system")
        project(Junction)
     set_property(GLOBAL PROPERTY USE_FOLDERS ON)
     set(JUNCTION_WITH_SAMPLES TRUE CACHE BOOL "Include all Junction samples in generated build system")
index 3ac134b62f445725b2373eafe22b28cc73ab53dc..73e2f0e19fc28695ffb80a07fa0d5cf8afcd8337 100644 (file)
@@ -20,7 +20,7 @@ const size_t kCrudePassCount = 400000;
 const char* kCrudeBenchmarkName = "JunctionMapCrude";
 
 const size_t kGrampaMapSize = 20000;
 const char* kCrudeBenchmarkName = "JunctionMapCrude";
 
 const size_t kGrampaMapSize = 20000;
-const size_t kGrampaPassCount = 30000;
+const size_t kGrampaPassCount = 60000;
 const char* kGrampaBenchmarkName = "JunctionMapGrampa";
 
 const size_t kLinearMapSize = 20000;
 const char* kGrampaBenchmarkName = "JunctionMapGrampa";
 
 const size_t kLinearMapSize = 20000;