benchmark_config.json 579 B

1234567891011121314151617181920212223242526
  1. {
  2. "framework": "libreactor",
  3. "tests": [
  4. {
  5. "default": {
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Micro",
  11. "database": "None",
  12. "framework": "libreactor",
  13. "language": "C",
  14. "flavor": "None",
  15. "orm": "Raw",
  16. "platform": "None",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "libreactor",
  21. "notes": "",
  22. "versus": "None"
  23. }
  24. }
  25. ]
  26. }