Skip to content

Commit

Permalink
Set the framework to Vert.x (TechEmpower#5798)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vietj authored Jun 24, 2020
1 parent f312161 commit 253447e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frameworks/Java/vertx/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"approach": "Realistic",
"classification": "Platform",
"database": "None",
"framework": "None",
"framework": "Vert.x",
"language": "Java",
"flavor": "None",
"orm": "Raw",
Expand All @@ -29,7 +29,7 @@
"approach": "Realistic",
"classification": "Platform",
"database": "Postgres",
"framework": "None",
"framework": "Vert.x",
"language": "Java",
"flavor": "None",
"orm": "Raw",
Expand Down

0 comments on commit 253447e

Please sign in to comment.