benchmark_config.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "framework": "polkadot",
  3. "tests": [
  4. {
  5. "default": {
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Platform",
  11. "database": "None",
  12. "framework": "polkadot",
  13. "language": "JavaScript",
  14. "flavor": "NodeJS",
  15. "orm": "Raw",
  16. "platform": "nodejs",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "polkadot",
  21. "notes": "",
  22. "versus": "nodejs"
  23. },
  24. "mysql": {
  25. "dockerfile": "polkadot-mysql.dockerfile",
  26. "db_url": "/db",
  27. "query_url": "/queries?queries=",
  28. "fortune_url": "/fortunes",
  29. "update_url": "/updates?queries=",
  30. "port": 8080,
  31. "approach": "Realistic",
  32. "classification": "Platform",
  33. "database": "MySQL",
  34. "framework": "polkadot",
  35. "language": "JavaScript",
  36. "flavor": "NodeJS",
  37. "orm": "Raw",
  38. "platform": "nodejs",
  39. "webserver": "None",
  40. "os": "Linux",
  41. "database_os": "Linux",
  42. "display_name": "polkadot",
  43. "notes": "",
  44. "versus": "nodejs"
  45. },
  46. "postgres": {
  47. "db_url": "/db",
  48. "query_url": "/queries?queries=",
  49. "fortune_url": "/fortunes",
  50. "update_url": "/updates?queries=",
  51. "port": 8080,
  52. "approach": "Realistic",
  53. "classification": "Platform",
  54. "database": "Postgres",
  55. "framework": "polkadot",
  56. "language": "JavaScript",
  57. "flavor": "NodeJS",
  58. "orm": "Raw",
  59. "platform": "None",
  60. "webserver": "None",
  61. "os": "Linux",
  62. "database_os": "Linux",
  63. "display_name": "polkadot",
  64. "notes": "",
  65. "versus": "nodejs"
  66. },
  67. "mongodb": {
  68. "db_url": "/db",
  69. "query_url": "/queries?queries=",
  70. "fortune_url": "/fortunes",
  71. "update_url": "/updates?queries=",
  72. "port": 8080,
  73. "approach": "Realistic",
  74. "classification": "Platform",
  75. "database": "MongoDB",
  76. "framework": "polkadot",
  77. "language": "JavaScript",
  78. "flavor": "NodeJS",
  79. "orm": "Raw",
  80. "platform": "None",
  81. "webserver": "None",
  82. "os": "Linux",
  83. "database_os": "Linux",
  84. "display_name": "polkadot",
  85. "notes": "",
  86. "versus": "nodejs"
  87. }
  88. }
  89. ]
  90. }