فهرست منبع

name the two benchmarks appropriately based on the database used

silviucm 9 سال پیش
والد
کامیت
f5bc1ce6d6

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

@@ -20,7 +20,7 @@
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "fasthttp",
+      "display_name": "fasthttp-mysql",
       "notes": "",
       "versus": "go"
     },
@@ -43,7 +43,7 @@
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "fasthttp-prefork",
+      "display_name": "fasthttp-mysql-prefork",
       "notes": "",
       "versus": "go"
     }

+ 1 - 1
frameworks/Go/fasthttp-mysql/setup.bat

@@ -1,2 +1,2 @@
-set GOPATH=C:\FrameworkBenchmarks\Go\fasthttp
+set GOPATH=C:\FrameworkBenchmarks\Go\fasthttp-mysql
 go run src\hello\hello.go

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

@@ -12,7 +12,7 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Platform",
-      "database": "MySQL",
+      "database": "Postgres",
       "framework": "fasthttp",
       "language": "Go",
       "orm": "Raw",
@@ -20,7 +20,7 @@
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "fasthttp",
+      "display_name": "fasthttp-postgresql",
       "notes": "",
       "versus": "go"
     },
@@ -35,7 +35,7 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Platform",
-      "database": "MySQL",
+      "database": "Postgres",
       "framework": "fasthttp",
       "language": "Go",
       "orm": "Raw",
@@ -43,7 +43,7 @@
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "fasthttp-prefork",
+      "display_name": "fasthttp-pg-prefork",
       "notes": "",
       "versus": "go"
     }

+ 1 - 1
frameworks/Go/fasthttp-postgresql/setup.bat

@@ -1,2 +1,2 @@
-set GOPATH=C:\FrameworkBenchmarks\Go\fasthttp
+set GOPATH=C:\FrameworkBenchmarks\Go\fasthttp-postgresql
 go run src\hello\hello.go