Browse Source

The new silex w/orm test becomes the defacto 'silex' test

Patrick Falls 12 years ago
parent
commit
daa49c33b2
2 changed files with 2 additions and 13 deletions
  1. 2 7
      php-silex-orm/benchmark_config
  2. 0 6
      php-silex/benchmark_config

+ 2 - 7
php-silex-orm/benchmark_config

@@ -1,18 +1,13 @@
 {
-  "framework": "silex-orm",
+  "framework": "silex",
   "tests": [{
     "default": {
       "setup_file": "setup",
       "json_url": "/json",
-      "port": 8080,
-      "sort": 54
-    },
-    "raw": {
-      "setup_file": "setup",
       "db_url": "/db",
       "query_url": "/db?queries=",
       "port": 8080,
-      "sort": 64
+      "sort": 82 
     }
   }]
 }

+ 0 - 6
php-silex/benchmark_config

@@ -1,12 +1,6 @@
 {
   "framework": "silex",
   "tests": [{
-    "default": {
-      "setup_file": "setup",
-      "json_url": "/json",
-      "port": 8080,
-      "sort": 54
-    },
     "raw": {
       "setup_file": "setup",
       "db_url": "/db",