[ARVADOS-DEV] created: 8c7f4b71ffe3976dca29a8337e3d487ad7547096
git at public.curoverse.com
git at public.curoverse.com
Tue Dec 9 20:33:39 EST 2014
at 8c7f4b71ffe3976dca29a8337e3d487ad7547096 (commit)
commit 8c7f4b71ffe3976dca29a8337e3d487ad7547096
Author: Radhika Chippada <radhika at curoverse.com>
Date: Tue Dec 9 20:33:05 2014 -0500
4754: add test_workbench_performance
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 97cb27b..115db83 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -420,6 +420,13 @@ test_workbench() {
}
do_test workbench
+test_workbench_performance() {
+ cd "$WORKSPACE/apps/workbench" \
+ && HOME="$GEMHOME" bundle install --no-deployment \
+ && HOME="$GEMHOME" bundle exec rake test:benchmark
+}
+do_test workbench_performance
+
report_outcomes
clear_temp
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list