Browse Source

Changed urls

Patrick Falls 12 years ago
parent
commit
142b3edb1d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      php-kohana/benchmark_config

+ 3 - 3
php-kohana/benchmark_config

@@ -3,9 +3,9 @@
   "tests": [{
   "tests": [{
     "default": {
     "default": {
       "setup_file": "setup",
       "setup_file": "setup",
-      "json_url": "/index.php/bench/json",
-      "db_url": "/index.php/bench/db",
-      "query_url": "/index.php/bench/db/",
+      "json_url": "/bench/json",
+      "db_url": "/bench/db",
+      "query_url": "/bench/db/",
       "port": 8080,
       "port": 8080,
       "sort": 57
       "sort": 57
     }
     }