forked from TechEmpower/FrameworkBenchmarks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbenchmark_profile
20 lines (18 loc) · 1.2 KB
/
benchmark_profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
export RESIN_HOME=~/FrameworkBenchmarks/installs/resin-4.0.36
export GRAILS_HOME=~/FrameworkBenchmarks/installs/grails-2.3.1
export VERTX_HOME=~/FrameworkBenchmarks/installs/vert.x-2.0.2-final
export GOROOT=~/FrameworkBenchmarks/installs/go
export GOPATH=~/FrameworkBenchmarks/go:~/FrameworkBenchmarks/webgo:~/FrameworkBenchmarks/revel
export TOMCAT_HOME=~/FrameworkBenchmarks/installs/apache-tomcat-7.0.35
export NODE_HOME=~/FrameworkBenchmarks/installs/node-v0.10.8-linux-x64
export PLAY_HOME=~/FrameworkBenchmarks/installs/play-2.2.0
export PLAY1_HOME=~/FrameworkBenchmarks/installs/play-1.2.5
export MAVEN_HOME=~/FrameworkBenchmarks/installs/apache-maven-3.0.5
export PERL_HOME=/opt/ActivePerl-5.16
export DART_HOME=~/FrameworkBenchmarks/installs/dart-sdk
export PYTHON_HOME=~/FrameworkBenchmarks/installs/python-2.7.5
export PATH="$PYTHON_HOME/bin:$PATH"
export PATH="$JAVA_HOME/bin:$GRAILS_HOME/bin:$PLAY_HOME:$PLAY1_HOME:$VERTX_HOME/bin:$GOROOT/bin:$NODE_HOME/bin:$HOME/FrameworkBenchmarks/installs/bin:$MAVEN_HOME/bin:$PERL_HOME/bin:$PERL_HOME/site/bin:$DART_HOME/bin:$PATH"
export LD_LIBRARY_PATH='$LD_LIBRARY_PATH:/usr/local/apr/lib'
source ~/.rvm/scripts/'rvm'