benchmark_config.json 582 B

123456789101112131415161718192021222324
  1. {
  2. "framework": "tokio-minihttp",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/json",
  6. "plaintext_url": "/plaintext",
  7. "db_url": "/db",
  8. "query_url": "/queries?queries=",
  9. "port": 8080,
  10. "approach": "Realistic",
  11. "classification": "Micro",
  12. "database": "Postgres",
  13. "framework": "tokio-minihttp",
  14. "language": "Rust",
  15. "orm": "raw",
  16. "platform": "Rust",
  17. "webserver": "tokio-minihttp",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "tokio-minihttp",
  21. "tags": ["broken"]
  22. }
  23. }]
  24. }