benchmark_config.json 688 B

12345678910111213141516171819202122232425262728
  1. {
  2. "framework": "revenj",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/bench/json",
  6. "db_url": "/bench/db",
  7. "query_url": "/bench/queries/",
  8. "plaintext_url": "/bench/plaintext",
  9. "update_url": "/bench/updates/",
  10. "fortune_url": "/bench/fortunes",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Fullstack",
  14. "database": "Postgres",
  15. "database_os": "Linux",
  16. "framework": "Revenj",
  17. "language": "C#",
  18. "flavor": "Mono",
  19. "orm": "Full",
  20. "platform": "None",
  21. "webserver": "None",
  22. "os": "Linux",
  23. "display_name": "Revenj",
  24. "notes": "",
  25. "versus": "Revenj"
  26. }
  27. }]
  28. }