benchmark_config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "framework": "japronto",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "port": 8080,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "framework": "japronto",
  11. "language": "Python",
  12. "flavor": "Python3",
  13. "platform": "None",
  14. "webserver": "None",
  15. "os": "Linux",
  16. "orm": "Raw",
  17. "database_os": "Linux",
  18. "database": "None",
  19. "display_name": "Japronto",
  20. "notes": ""
  21. },
  22. "postgres": {
  23. "json_url": "/json",
  24. "plaintext_url": "/plaintext",
  25. "db_url":"/db",
  26. "port": 8080,
  27. "approach": "Realistic",
  28. "classification": "Micro",
  29. "framework": "japronto",
  30. "database": "Postgres",
  31. "database_os": "Linux",
  32. "language": "Python",
  33. "flavor": "Python3",
  34. "platform": "None",
  35. "webserver": "None",
  36. "os": "Linux",
  37. "orm": "Raw",
  38. "database_os": "Linux",
  39. "display_name": "Japronto",
  40. "notes": ""
  41. }
  42. }]
  43. }