[ARVADOS-DEV] updated: 6c63e6c0a80c1f77a9f96be9956aa2a31147a89e
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 9 23:39:05 EST 2015
Summary of changes:
jenkins/run-performance-suite.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via 6c63e6c0a80c1f77a9f96be9956aa2a31147a89e (commit)
via 41d0494a83f08584f7427f6a050517cb1a6dd70d (commit)
from abcdf588c84675cb4f5ce528ee30e4f40cac99b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6c63e6c0a80c1f77a9f96be9956aa2a31147a89e
Author: Ward Vandewege <ward at curoverse.com>
Date: Mon Feb 9 23:39:13 2015 -0500
Make sure tmp/cache exists before we run our performance test suite.
refs #4754
diff --git a/jenkins/run-performance-suite.sh b/jenkins/run-performance-suite.sh
index c594620..2944bda 100755
--- a/jenkins/run-performance-suite.sh
+++ b/jenkins/run-performance-suite.sh
@@ -67,6 +67,8 @@ if [[ ! -d tmp ]]; then
mkdir tmp
fi
+mkdir -p tmp/cache
+
RAILS_ENV=performance bundle exec rake test:benchmark
ECODE=$?
commit 41d0494a83f08584f7427f6a050517cb1a6dd70d
Author: Ward Vandewege <ward at curoverse.com>
Date: Mon Feb 9 23:36:56 2015 -0500
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 6ffeff8..c594620 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=$?
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list