Browse Source

Phoenix is a Fullstack framework - and its overhead should be compared to Cowboy.

Orestis Markou 8 years ago
parent
commit
1e528d0697
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Elixir/phoenix/benchmark_config.json

+ 2 - 2
frameworks/Elixir/phoenix/benchmark_config.json

@@ -11,7 +11,7 @@
             "plaintext_url": "/plaintext",
             "port": 8080,
             "approach": "Realistic",
-            "classification": "Micro",
+            "classification": "Fullstack",
             "database": "Postgres",
             "framework": "Phoenix",
             "language": "Elixir",
@@ -23,7 +23,7 @@
             "database_os": "Linux",
             "display_name": "Phoenix",
             "notes": "",
-            "versus": ""
+            "versus": "Cowboy"
         }
     }]
 }