Browse Source

Set the framework to Vert.x (#5798)

Currently the framework is set to _None_ which does not reflect the nature of the framework properly in composite results. This should be changed to _Vert.x_ instead to consolidate the results properly.
Julien Viet 5 years ago
parent
commit
253447e651
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Java/vertx/benchmark_config.json

+ 2 - 2
frameworks/Java/vertx/benchmark_config.json

@@ -8,7 +8,7 @@
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Platform",
       "classification": "Platform",
       "database": "None",
       "database": "None",
-      "framework": "None",
+      "framework": "Vert.x",
       "language": "Java",
       "language": "Java",
       "flavor": "None",
       "flavor": "None",
       "orm": "Raw",
       "orm": "Raw",
@@ -29,7 +29,7 @@
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Platform",
       "classification": "Platform",
       "database": "Postgres",
       "database": "Postgres",
-      "framework": "None",
+      "framework": "Vert.x",
       "language": "Java",
       "language": "Java",
       "flavor": "None",
       "flavor": "None",
       "orm": "Raw",
       "orm": "Raw",