소스 검색

Changed urls

Patrick Falls 12 년 전
부모
커밋
b12c3b7f95
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      php-kohana/benchmark_config

+ 3 - 3
php-kohana/benchmark_config

@@ -3,9 +3,9 @@
   "tests": [{
     "default": {
       "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,
       "sort": 57
     }