Browse Source

Updated sort order

Patrick Falls 12 years ago
parent
commit
8c1dd27afa
3 changed files with 3 additions and 3 deletions
  1. 1 1
      rack/benchmark_config
  2. 1 1
      rack/setup_unicorn.py
  3. 1 1
      rails/benchmark_config

+ 1 - 1
rack/benchmark_config

@@ -17,7 +17,7 @@
       "setup_file": "setup_unicorn",
       "setup_file": "setup_unicorn",
       "json_url": "/json",
       "json_url": "/json",
       "port": 8080,
       "port": 8080,
-      "sort": 31
+      "sort": 36
     }
     }
   }]
   }]
 }
 }

+ 1 - 1
rack/setup_unicorn.py

@@ -2,7 +2,7 @@
 import subprocess
 import subprocess
 import sys
 import sys
 import re
 import re
-import osresults/i7/20130323205325
+import os
 
 
 def start(args):
 def start(args):
 
 

+ 1 - 1
rails/benchmark_config

@@ -23,7 +23,7 @@
       "db_url": "/hello_world/db",
       "db_url": "/hello_world/db",
       "query_url": "/hello_world/db?queries=",
       "query_url": "/hello_world/db?queries=",
       "port": 8080,
       "port": 8080,
-      "sort": 32
+      "sort": 37
     }
     }
   }]
   }]
 }
 }