Browse Source

Update sort order

Patrick Falls 12 years ago
parent
commit
31897d326a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      hapi/benchmark_config

+ 3 - 3
hapi/benchmark_config

@@ -5,7 +5,7 @@
       "setup_file": "setup",
       "json_url": "/json",
       "port": 8080,
-      "sort": 118
+      "sort": 121
     },
     "mongodb": {
       "setup_file": "setup",
@@ -13,7 +13,7 @@
       "query_url": "/mongoose/",
       "update_url": "/mongoose-update/",
       "port": 8080,
-      "sort": 119
+      "sort": 122
     },
     "mysql": {
       "setup_file": "setup",
@@ -22,7 +22,7 @@
       "fortune_url": "/fortune",
       "update_url": "/mysql-orm-update/",
       "port": 8080,
-      "sort": 120
+      "sort": 123
     }
   }]
 }