Browse Source

Updated benchmarks_config for mono

Pēteris Ņikiforovs 12 years ago
parent
commit
9421b31624
1 changed files with 14 additions and 1 deletions
  1. 14 1
      aspnet/benchmark_config

+ 14 - 1
aspnet/benchmark_config

@@ -75,10 +75,23 @@
     },
     "mono": {
       "setup_file": "setup_nginx",
-      "json_url": "/json",
+      "json_url": "/json/default",
+      "plaintext_url": "/plaintext",
       "port": 8080,
       "sort": 100
     },
+    "mono-jsonnet": {
+      "setup_file": "setup_nginx",
+      "json_url": "/json/jsonnet",
+      "port": 8080,
+      "sort": 136
+    },
+    "mono-servicestack": {
+      "setup_file": "setup_nginx",
+      "json_url": "/json/servicestack",
+      "port": 8080,
+      "sort": 137
+    },
     "mono-mysql-raw": {
       "setup_file": "setup_nginx",
       "db_url": "/ado/mysql",