config.toml 417 B

123456789101112131415161718
  1. [framework]
  2. name = "codeigniter"
  3. [main]
  4. urls.plaintext = "/index.php/bench/plaintext"
  5. urls.json = "/index.php/bench/json"
  6. urls.db = "/index.php/bench/db"
  7. urls.query = "/index.php/bench/dbquery/"
  8. urls.fortune = "/index.php/bench/fortunes"
  9. approach = "Realistic"
  10. classification = "Fullstack"
  11. database = "MySQL"
  12. database_os = "Linux"
  13. os = "Linux"
  14. orm = "Raw"
  15. platform = "FPM/FastCGI"
  16. webserver = "nginx"
  17. versus = "php"