benchmark_config.json 717 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "framework": "martini",
  3. "tests": [
  4. {
  5. "default": {
  6. "json_url": "/bench/json",
  7. "db_url": "/bench/single",
  8. "query_url": "/bench/multiple?queries=",
  9. "update_url": "/bench/update?queries=",
  10. "plaintext_url": "/bench/plaintext",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Micro",
  14. "database": "Postgres",
  15. "framework": "martini",
  16. "language": "Go",
  17. "flavor": "None",
  18. "orm": "Raw",
  19. "platform": "None",
  20. "webserver": "None",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "martini",
  24. "notes": "",
  25. "versus": "go"
  26. }
  27. }
  28. ]
  29. }