Browse Source

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

Aliaksandr Valialkin 9 years ago
parent
commit
352afb3605
1 changed files with 2 additions and 2 deletions
  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",