Skip to content

Commit

Permalink
Added dockerfile and linux file
Browse files Browse the repository at this point in the history
Took 4 minutes
  • Loading branch information
petrjahoda committed Jul 19, 2021
1 parent e7fcfad commit 9743060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func writeBenchmark(databaseType string) {

func createDatabasesMap() map[string]string {
databases := make(map[string]string, 6)
databases["postgres"] = "user=postgres password=password dbname=benchmark host=localhost port=5432 sslmode=disable"
databases["postgres"] = "user=postgres password=password dbname=benchmark host=localhost port=5433 sslmode=disable"
databases["mariadb"] = "root:password@tcp(localhost:3307)/benchmark?charset=utf8&parseTime=True&loc=Local"
databases["mysql"] = "root:password@tcp(localhost:3306)/benchmark?charset=utf8&parseTime=True&loc=Local"
databases["timescale"] = "user=postgres password=password dbname=benchmark host=localhost port=5434 sslmode=disable"
Expand Down

0 comments on commit 9743060

Please sign in to comment.