benchmark_config 486 B

1234567891011121314151617181920212223
  1. {
  2. "framework": "jester",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "port": 8080,
  8. "approach": "Realistic",
  9. "classification": "Micro",
  10. "database": "MySQL",
  11. "framework": "jester",
  12. "language": "Nim",
  13. "orm": "Raw",
  14. "platform": "Nim",
  15. "webserver": "nginx",
  16. "os": "Linux",
  17. "database_os": "Linux",
  18. "display_name": "jester",
  19. "notes": "",
  20. "versus": ""
  21. }
  22. }]
  23. }