Browse Source

fasthttp: fixed database name in benchmark_config.json: Postgresql -> Postgres

Aliaksandr Valialkin 9 năm trước cách đây
mục cha
commit
352afb3605
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      frameworks/Go/fasthttp/benchmark_config.json

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

@@ -58,7 +58,7 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Platform",
-      "database": "Postgresql",
+      "database": "Postgres",
       "framework": "fasthttp",
       "language": "Go",
       "orm": "Raw",
@@ -81,7 +81,7 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Platform",
-      "database": "Postgresql",
+      "database": "Postgres",
       "framework": "fasthttp",
       "language": "Go",
       "orm": "Raw",