benchmark_config 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "framework": "nancy",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup_iis",
  6. "json_url": "/json",
  7. "db_url": "/db",
  8. "query_url": "/db/",
  9. "port": 8080,
  10. "approach": "Realistic",
  11. "classification": "Micro",
  12. "database": "MySQL",
  13. "framework": "nancy",
  14. "language": "C#",
  15. "orm": "Raw",
  16. "platform": "NET",
  17. "webserver": "IIS",
  18. "os": "Windows",
  19. "database_os": "Linux",
  20. "display_name": "nancy",
  21. "notes": "",
  22. "versus": ""
  23. },
  24. "mono": {
  25. "setup_file": "setup_nginx",
  26. "json_url": "/json",
  27. "db_url": "/db",
  28. "query_url": "/db/",
  29. "port": 8080,
  30. "approach": "Realistic",
  31. "classification": "Micro",
  32. "database": "MySQL",
  33. "framework": "nancy",
  34. "language": "C#",
  35. "orm": "Raw",
  36. "platform": "Mono",
  37. "webserver": "nginx",
  38. "os": "Linux",
  39. "database_os": "Linux",
  40. "display_name": "nancy",
  41. "notes": "",
  42. "versus": ""
  43. },
  44. "libevent2": {
  45. "setup_file": "setup_libevent",
  46. "json_url": "/json",
  47. "db_url": "/db",
  48. "query_url": "/db/",
  49. "port": 8080,
  50. "approach": "Realistic",
  51. "classification": "Micro",
  52. "database": "MySQL",
  53. "framework": "nancy",
  54. "language": "C#",
  55. "orm": "Raw",
  56. "platform": "Mono",
  57. "webserver": "nginx",
  58. "os": "Linux",
  59. "database_os": "Linux",
  60. "display_name": "nancy-libevent",
  61. "notes": "",
  62. "versus": ""
  63. }
  64. }]
  65. }