浏览代码

Fix graphql framework entries in benchmark_config (#4219)

* initial commit of javalin framework with two tests - json and plaintext

* removed unncecessary gradle files and adjusted the dockerfile and build.gradle to add a gradle build step prior to running

* removed commented-out line from dockerfile

* aded javalin to travis.yml file

* initial commit of Golang Iris framework with 5 tests

* fixed readme to add some clarifying terms

* [ci skip] removed gitignore and license

* [ci skip] removed unecessary code from benchmark_config

* placed graphql-express implementations under the express framework
jenriquez-techempower 6 年之前
父节点
当前提交
95df681f4c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      frameworks/JavaScript/express/benchmark_config.json

+ 3 - 3
frameworks/JavaScript/express/benchmark_config.json

@@ -96,7 +96,7 @@
       "port": 8080,
       "port": 8080,
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Micro",
       "classification": "Micro",
-      "framework": "graphql-express-mysql",
+      "framework": "express",
       "language": "JavaScript",
       "language": "JavaScript",
       "flavor": "NodeJS",
       "flavor": "NodeJS",
       "orm": "Full",
       "orm": "Full",
@@ -117,7 +117,7 @@
       "port": 8080,
       "port": 8080,
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Micro",
       "classification": "Micro",
-      "framework": "graphql-express-mysql",
+      "framework": "express",
       "language": "JavaScript",
       "language": "JavaScript",
       "flavor": "NodeJS",
       "flavor": "NodeJS",
       "orm": "Full",
       "orm": "Full",
@@ -138,7 +138,7 @@
       "port": 8080,
       "port": 8080,
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Micro",
       "classification": "Micro",
-      "framework": "graphql-express-mongodb",
+      "framework": "express",
       "language": "JavaScript",
       "language": "JavaScript",
       "flavor": "NodeJS",
       "flavor": "NodeJS",
       "orm": "Full",
       "orm": "Full",