This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
techempower@ubuntu:~/FrameworkBenchmarks$ toolset/run-tests.py --mode verify --test aspnet-mono | |
FWROOT is /home/techempower/FrameworkBenchmarks | |
Configuration options: | |
{'client_host': '127.0.0.1', | |
'client_identity_file': '/home/techempower/.ssh/id_rsa', | |
'client_user': 'techempower', | |
'concurrency_levels': [8, 16, 32, 64, 128, 256], | |
'conf_file': 'benchmark.cfg', | |
'database_host': '127.0.0.1', | |
'database_identity_file': '/home/techempower/.ssh/id_rsa', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
NIM_VERSION="v0.10.2" | |
NIM=$IROOT/nim | |
RETCODE=$(fw_exists ${NIM}.installed) | |
[ ! "$RETCODE" == 0 ] || { \ | |
source $NIM.installed | |
return 0; } | |
git clone git://github.com/Araq/Nim.git nim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
testrunner@ubuntu:/home/techempower/FrameworkBenchmarks/installs/luarocks-2.2.1/bin$ ./luarocks install http://github.com/leafo/lapis/raw/9e8b92bf40983a830312c1745c73db74db77192d/lapis-dev-1.rockspec | |
Using http://github.com/leafo/lapis/raw/9e8b92bf40983a830312c1745c73db74db77192d/lapis-dev-1.rockspec... switching to 'build' mode | |
Warning: falling back to curl - install luasec to get native HTTPS support | |
Cloning into 'lapis'... | |
remote: Counting objects: 196, done. | |
remote: Compressing objects: 100% (176/176), done. | |
remote: Total 196 (delta 9), reused 78 (delta 6), pack-reused 0 | |
Receiving objects: 100% (196/196), 194.76 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (9/9), done. | |
Checking connectivity... done. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SETUP.PY: | |
#!/bin/bash | |
fw_depends java7 sbt | |
cd play2-java | |
rm -rf target/universal/stage/RUNNING_PID | |
sbt stage | |
echo "1" | |
target/universal/stage/bin/play2-java & | |
echo "2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
techempower@ubuntu:~/FrameworkBenchmarks$ ls -l | |
total 48 | |
-rw-rw-r-- 1 techempower techempower 629 Mar 3 09:37 benchmark.cfg | |
-rw-rw-r-- 1 techempower techempower 579 Feb 23 15:00 benchmark.cfg.example | |
drwxrwxr-x 4 techempower techempower 4096 Apr 16 10:56 config | |
drwxrwxr-x 9 techempower techempower 4096 Apr 8 12:32 deployment | |
drwxrwxr-x 23 techempower techempower 4096 Apr 16 10:56 frameworks | |
drwxrwxr-x 11 techempower techempower 4096 Apr 16 14:31 installs | |
-rw-rw-r-- 1 techempower techempower 1499 Apr 8 12:32 LICENSE | |
-rw-rw-r-- 1 techempower techempower 4271 Apr 8 12:32 README.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setup play2: /home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java | |
Setup play2: sbt is installed! | |
Setup play2: [info] Loading project definition from /home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java/play2-java/project | |
Setup play2: [info] Set current project to play2-java (in build file:/home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java/play2-java/) | |
Setup play2: [info] Wrote /home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java/play2-java/target/scala-2.11/play2-java_2.11-1.0-SNAPSHOT.pom | |
Setup play2: [success] Total time: 1 s, completed Apr 16, 2015 2:06:55 PM | |
Setup play2: Play server process ID is 18518 | |
Setup play2: This application is already running (Or delete /home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java/play2-java/target/universal/stage/RUNNING_PID file). | |
play2: setup_java.sh and framework processes have terminated | |
Setup play2: Setup has terminated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setup play2: sbt is installed! | |
Setup play2: [info] Loading project definition from /home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java/play2-java/project | |
Setup play2: [info] Set current project to play2-java (in build file:/home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java/play2-java/) | |
Setup play2: [info] Updating {file:/home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java/play2-java/}root... | |
[info] Resolving com.typesafe.play#twirl-api_2.11;1.0.2 ... | |
Setup play2: [info] Packaging /home/techempower/FrameworkBenchmarks/frameworks/Java/play2-java/play2-java/target/scala-2.11/play2-java_2.11-1.0-SNAPSHOT-sources.jar ... | |
[info] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.1 ... | |
Setup play2: [info] Done packaging. | |
[info] Resolving jline#jline;2.12 ... | |
Setup play2: [info] Done updating. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setup aspnet-mono: +++ fw_apt_to_iroot mono-snapshot-20150415163944-assemblies mono-snapshot-20150415163944 | |
Setup aspnet-mono: +++ DIR=mono-snapshot-20150415163944 | |
Setup aspnet-mono: +++ echo 'Downloading mono-snapshot-20150415163944-assemblies to /home/techempower/FrameworkBenchmarks/installs' | |
Setup aspnet-mono: Downloading mono-snapshot-20150415163944-assemblies to /home/techempower/FrameworkBenchmarks/installs | |
Setup aspnet-mono: +++ apt-get download mono-snapshot-20150415163944-assemblies | |
Setup aspnet-mono: Get:1 http://jenkins.mono-project.com/repo/debian/ sid/main mono-snapshot-20150415163944-assemblies all 20150415163944-1 [55.1 MB] | |
Setup aspnet-mono: Printing so Travis-CI does not time out | |
Setup aspnet-mono: Printing so Travis-CI does not time out | |
Setup aspnet-mono: Printing so Travis-CI does not time out | |
Setup aspnet-mono: Printing so Travis-CI does not time out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setup compojure: leiningen is installed! | |
Setup compojure: Created /home/techempower/FrameworkBenchmarks/frameworks/Clojure/compojure/hello/target/hello-compojure-standalone.war | |
compojure: setup.sh and framework processes have terminated | |
Setup compojure: Setup has terminated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
techempower@ubuntu:~/FrameworkBenchmarks$ toolset/run-tests.py --mode verify --test gemini | |
FWROOT is /home/techempower/FrameworkBenchmarks | |
Configuration options: | |
{'client_host': '127.0.0.1', | |
'client_identity_file': '/home/techempower/.ssh/id_rsa', | |
'client_user': 'techempower', | |
'concurrency_levels': [8, 16, 32, 64, 128, 256], | |
'conf_file': 'benchmark.cfg', | |
'database_host': '127.0.0.1', | |
'database_identity_file': '/home/techempower/.ssh/id_rsa', |