Browse Source

Merge pull request #2396 from orestis/phoenix-fullstack

Phoenix is a Fullstack framework - and its overhead should be compare…
knewmanTE 8 years ago
parent
commit
7a586ea2fd
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"
         }
     }]
 }