X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/abcdf588c84675cb4f5ce528ee30e4f40cac99b0..0b1b571382be1fbbfb4b2dbb499f0367a798e711:/jenkins/run-performance-suite.sh diff --git a/jenkins/run-performance-suite.sh b/jenkins/run-performance-suite.sh index 6ffeff8..2944bda 100755 --- a/jenkins/run-performance-suite.sh +++ b/jenkins/run-performance-suite.sh @@ -67,7 +67,9 @@ if [[ ! -d tmp ]]; then mkdir tmp fi -RAILS_ENV=performance bundle exec rake TEST=test/performance/browsing_test.rb +mkdir -p tmp/cache + +RAILS_ENV=performance bundle exec rake test:benchmark ECODE=$?