Run the performance tests the documented way. This is possible after
authorWard Vandewege <ward@curoverse.com>
Tue, 10 Feb 2015 04:36:56 +0000 (23:36 -0500)
committerWard Vandewege <ward@curoverse.com>
Tue, 10 Feb 2015 04:36:56 +0000 (23:36 -0500)
commit d65b683af52e072b3d179b6f32edfbf37e108011 has been merged in the
arvados repository.

refs #4754

jenkins/run-performance-suite.sh

index 6ffeff80ba968c6377afb938d80657fdfb028313..c594620b2648e9e8d0c7a47597a883acfe3aae41 100755 (executable)
@@ -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=$?