benchmark_config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "framework": "reactphp",
  3. "maintainers": ["WyriHaximus"],
  4. "tests": [{
  5. "default": {
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Platform",
  11. "framework": "reactphp",
  12. "language": "PHP",
  13. "flavor": "PHP8.1",
  14. "database": "MySQL",
  15. "orm": "Raw",
  16. "platform": "reactphp",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "reactphp [libevent]",
  21. "notes": "",
  22. "versus": "php"
  23. },
  24. "libuv": {
  25. "json_url": "/json",
  26. "plaintext_url": "/plaintext",
  27. "port": 8080,
  28. "approach": "Realistic",
  29. "classification": "Platform",
  30. "framework": "reactphp",
  31. "language": "PHP",
  32. "flavor": "PHP8",
  33. "database": "MySQL",
  34. "orm": "Raw",
  35. "platform": "reactphp",
  36. "webserver": "None",
  37. "os": "Linux",
  38. "database_os": "Linux",
  39. "display_name": "reactphp [libuv]",
  40. "notes": "",
  41. "versus": "reactphp"
  42. }
  43. }]
  44. }