Ver código fonte

fasthttp: properly set benchmark_config.json params

Aliaksandr Valialkin 10 anos atrás
pai
commit
21728a5a00
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      frameworks/Go/fasthttp/benchmark_config.json

+ 4 - 4
frameworks/Go/fasthttp/benchmark_config.json

@@ -1,5 +1,5 @@
 {
 {
-  "framework": "go",
+  "framework": "fasthttp",
   "tests": [{
   "tests": [{
     "default": {
     "default": {
       "setup_file": "setup",
       "setup_file": "setup",
@@ -13,7 +13,7 @@
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Platform",
       "classification": "Platform",
       "database": "MySQL",
       "database": "MySQL",
-      "framework": "go",
+      "framework": "fasthttp",
       "language": "Go",
       "language": "Go",
       "orm": "Raw",
       "orm": "Raw",
       "platform": "Go",
       "platform": "Go",
@@ -36,14 +36,14 @@
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Platform",
       "classification": "Platform",
       "database": "MySQL",
       "database": "MySQL",
-      "framework": "go",
+      "framework": "fasthttp",
       "language": "Go",
       "language": "Go",
       "orm": "Raw",
       "orm": "Raw",
       "platform": "Go",
       "platform": "Go",
       "webserver": "None",
       "webserver": "None",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
-      "display_name": "fasthttp",
+      "display_name": "fasthttp-prefork",
       "notes": "",
       "notes": "",
       "versus": "go"
       "versus": "go"
     }
     }