Browse Source

Merge branch 'development' into PR489

Michael Robertson 12 years ago
parent
commit
5e250e2ed7
3 changed files with 7 additions and 7 deletions
  1. 3 3
      dart-start/postgresql.yaml
  2. 3 3
      dart-stream/postgresql.yaml
  3. 1 1
      php-silex-orm/benchmark_config

+ 3 - 3
dart-start/postgresql.yaml

@@ -1,5 +1,5 @@
-host: localhost
+host: tfbdata
 port: 5432
-user: postgres
-password: postgres
+user: benchmarkdbuser
+password: benchmarkdbpass
 database: hello_world

+ 3 - 3
dart-stream/postgresql.yaml

@@ -1,5 +1,5 @@
-host: localhost
+host: tfbdata
 port: 5432
-user: postgres
-password: postgres
+user: benchmarkdbuser
+password: benchmarkdbpass
 database: hello_world

+ 1 - 1
php-silex-orm/benchmark_config

@@ -1,5 +1,5 @@
 {
-  "framework": "silex",
+  "framework": "silex-orm",
   "tests": [{
     "default": {
       "setup_file": "setup",