benchmark_config 527 B

123456789101112131415161718192021222324
  1. {
  2. "framework": "duda",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 2001,
  9. "approach": "Realistic",
  10. "classification": "Platform",
  11. "database": "none",
  12. "framework": "Duda",
  13. "language": "C",
  14. "orm": "Raw",
  15. "platform": "Duda I/O",
  16. "webserver": "Monkey",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "Duda I/O",
  20. "notes": "",
  21. "versus": ""
  22. }
  23. }]
  24. }