Browse Source

wsgi: forgot to update benchmark_config

Malcolm Evershed 12 years ago
parent
commit
934e13c9a8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      wsgi/benchmark_config

+ 7 - 0
wsgi/benchmark_config

@@ -7,6 +7,13 @@
       "plaintext_url": "/plaintext",
       "plaintext_url": "/plaintext",
       "port": 8080,
       "port": 8080,
       "sort": 29
       "sort": 29
+    },
+    "nginxuwsgi": {
+      "setup_file": "setup_nginxuwsgi",
+      "json_url": "/json",
+      "plaintext_url": "/plaintext",
+      "port": 8080,
+      "sort": 324
     }
     }
   }]
   }]
 }
 }