benchmark_config 266 B

12345678910111213
  1. {
  2. "framework": "codeigniter",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/index.php/bench/json",
  7. "db_url": "/index.php/bench/db",
  8. "query_url": "/index.php/bench/db/",
  9. "port": 8080,
  10. "sort": 55
  11. }
  12. }]
  13. }