Browse Source

Used teh correct url for the JSON test. This URL correctly creates a new object on every request

Patrick Falls 12 years ago
parent
commit
d6beceb477
1 changed files with 1 additions and 1 deletions
  1. 1 1
      onion/benchmark_config

+ 1 - 1
onion/benchmark_config

@@ -3,7 +3,7 @@
   "tests": [{
     "default": {
       "setup_file": "setup",
-      "json_url": "/",
+      "json_url": "/json",
       "port": 8080,
       "sort": 42
     },