benchmark_config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "framework": "ringojs",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "db_url": "/db",
  7. "query_url": "/db?queries=",
  8. "plaintext_url": "/plaintext",
  9. "update_url": "/updates?queries=",
  10. "port": 8080,
  11. "approach": "Realistic",
  12. "classification": "Platform",
  13. "database": "MySQL",
  14. "framework": "None",
  15. "language": "JavaScript",
  16. "flavor": "RingoJS",
  17. "orm": "Raw",
  18. "platform": "Jetty",
  19. "webserver": "None",
  20. "os": "Linux",
  21. "database_os": "Linux",
  22. "display_name": "ringojs",
  23. "notes": "",
  24. "versus": ""
  25. },
  26. "convenient": {
  27. "json_url": "/json",
  28. "db_url": "/db",
  29. "query_url": "/db/",
  30. "fortune_url": "/fortune",
  31. "plaintext_url": "/plaintext",
  32. "update_url": "/updates/",
  33. "port": 8080,
  34. "approach": "Realistic",
  35. "classification": "Micro",
  36. "database": "MySQL",
  37. "framework": "ringo",
  38. "language": "JavaScript",
  39. "flavor": "RingoJS",
  40. "orm": "Micro",
  41. "platform": "ringojs",
  42. "webserver": "None",
  43. "os": "Linux",
  44. "database_os": "Linux",
  45. "display_name": "ringojs-conv",
  46. "notes": "Convenient",
  47. "versus": "ringojs"
  48. }
  49. }]
  50. }