benchmark_config 402 B

12345678910111213141516171819
  1. {
  2. "framework": "codeigniter",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/index.php/bench/json",
  7. "port": 8080,
  8. "sort": 55
  9. },
  10. "raw": {
  11. "setup_file": "setup",
  12. "db_url": "/index.php/bench/db",
  13. "query_url": "/index.php/bench/db/",
  14. "fortune_url": "/index.php/bench/fortunes",
  15. "port": 8080,
  16. "sort": 63
  17. }
  18. }]
  19. }