Browse Source

806 edited benchmark_profile

Be sure to source config/benchmark_profile
before running these tests.
James Yen 11 years ago
parent
commit
5b3f748395
1 changed files with 4 additions and 4 deletions
  1. 4 4
      config/benchmark_profile

+ 4 - 4
config/benchmark_profile

@@ -21,10 +21,10 @@ export PATH="$PYTHON_HOME/bin:$PATH$JAVA_HOME/bin:$GRAILS_HOME/bin:$PLAY_HOME:$P
 
 export LD_LIBRARY_PATH='$LD_LIBRARY_PATH:/usr/local/apr/lib'
 
-export TFB_SERVER_HOST='172.16.98.122'
-export TFB_CLIENT_HOST='172.16.98.98'
+export TFB_SERVER_HOST='localhost'
+export TFB_CLIENT_HOST='localhost'
 export TFB_CLIENT_USER='tfb'
-export TFB_CLIENT_IDENTITY_FILE='/home/tfb/.ssh/id_rsa-tfb-1'
-export TFB_DATABASE_HOST='172.16.98.118'
+export TFB_CLIENT_IDENTITY_FILE='/home/tfb/.ssh/id_rsa'
+export TFB_DATABASE_HOST='localhost'
 
 . ~/.rvm/scripts/'rvm'