From: Ward Vandewege Date: Tue, 10 Feb 2015 04:36:56 +0000 (-0500) Subject: Run the performance tests the documented way. This is possible after X-Git-Tag: 1.1.0~1059^2~6^2~204 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/41d0494a83f08584f7427f6a050517cb1a6dd70d Run the performance tests the documented way. This is possible after commit d65b683af52e072b3d179b6f32edfbf37e108011 has been merged in the arvados repository. refs #4754 --- diff --git a/jenkins/run-performance-suite.sh b/jenkins/run-performance-suite.sh index 6ffeff80ba..c594620b26 100755 --- a/jenkins/run-performance-suite.sh +++ b/jenkins/run-performance-suite.sh @@ -67,7 +67,7 @@ if [[ ! -d tmp ]]; then mkdir tmp fi -RAILS_ENV=performance bundle exec rake TEST=test/performance/browsing_test.rb +RAILS_ENV=performance bundle exec rake test:benchmark ECODE=$?