소스 검색

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

Aliaksandr Valialkin 9 년 전
부모
커밋
352afb3605
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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",