Browse Source

Update sort order and fix download link

Patrick Falls 12 years ago
parent
commit
df0528e421
2 changed files with 4 additions and 12 deletions
  1. 1 1
      cpoll_cppsp/Makefile
  2. 3 11
      cpoll_cppsp/benchmark_config

+ 1 - 1
cpoll_cppsp/Makefile

@@ -9,5 +9,5 @@ cppsp_0.2: cppsp_0.2-rc9.tar.xz
 	$(MAKE) CXX=g++-4.8 -C cppsp_0.2 all
 	$(MAKE) CXX=g++-4.8 -C cppsp_0.2 all
 
 
 cppsp_0.2-rc9.tar.xz:
 cppsp_0.2-rc9.tar.xz:
-	wget -c https://downloads.sourceforge.net/project/cpollcppsp/CPPSP%200.2%20%28unstable%29/cppsp_0.2-rc9.tar.xz
+	wget -c http://downloads.sourceforge.net/project/cpollcppsp/CPPSP%200.2%20%28testing%29/cppsp_0.2-rc9.tar.xz
 
 

+ 3 - 11
cpoll_cppsp/benchmark_config

@@ -14,29 +14,21 @@
       "fortune_url": "/fortune",
       "fortune_url": "/fortune",
       "update_url": "/update?queries=",
       "update_url": "/update?queries=",
       "port": 16969,
       "port": 16969,
-      "sort": 115
+      "sort": 130
     },
     },
     "postgres-raw": {
     "postgres-raw": {
       "setup_file": "setup",
       "setup_file": "setup",
       "db_url": "/db_pg_async",
       "db_url": "/db_pg_async",
       "query_url": "/db_pg_async?queries=", 
       "query_url": "/db_pg_async?queries=", 
       "port": 16969,
       "port": 16969,
-      "sort": 115
+      "sort": 131
     },
     },
     "postgres-raw-threadpool": {
     "postgres-raw-threadpool": {
       "setup_file": "setup",
       "setup_file": "setup",
       "db_url": "/db_pg_threadpool",
       "db_url": "/db_pg_threadpool",
       "query_url": "/db_pg_threadpool?queries=", 
       "query_url": "/db_pg_threadpool?queries=", 
       "port": 16969,
       "port": 16969,
-      "sort": 115
-    },
-    "raw-old": {
-	  "setup_file": "setup",
-      "db_url": "/db_old",
-      "query_url": "/db_old?queries=",
-      "fortune_url": "/fortune_old",
-      "port": 16969,
-      "sort": 115
+      "sort": 132
     }
     }
   }]
   }]
 }
 }