[ARVADOS-DEV] updated: 0f3a97b13fb0003628df80e180cb3a2b945cd574
git at public.curoverse.com
git at public.curoverse.com
Wed May 20 11:13:40 EDT 2015
Summary of changes:
jenkins/create-plot-data-from-log.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
via 0f3a97b13fb0003628df80e180cb3a2b945cd574 (commit)
from 8b3d7b73503b41c2b55a62674a25b1d5c4a141bf (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 0f3a97b13fb0003628df80e180cb3a2b945cd574
Author: Nico Cesar <nico at nicocesar.com>
Date: Wed May 20 11:12:18 2015 -0400
adding 3 more test for the performance suite.
I'm guessing the names, lets see if they are good or not ...
refs #6061
diff --git a/jenkins/create-plot-data-from-log.sh b/jenkins/create-plot-data-from-log.sh
index daf3ef8..60516a5 100755
--- a/jenkins/create-plot-data-from-log.sh
+++ b/jenkins/create-plot-data-from-log.sh
@@ -41,7 +41,10 @@ for test in \
test_combine_selected_collection_files_into_new_collection_active_foo_collection_in_aproject_true \
test_combine_selected_collection_files_into_new_collection_active_foo_file_false \
test_combine_selected_collection_files_into_new_collection_project_viewer_foo_collection_in_aproject_false \
- test_combine_selected_collection_files_into_new_collection_project_viewer_foo_file_false
+ test_combine_selected_collection_files_into_new_collection_project_viewer_foo_file_false \
+ test_Create_and_show_large_collection_with_manifest_text_of_20000000 \
+ test_Create__show__and_update_description_for_large_collection_with_manifest_text_of_100000 \
+ test_Create_one_large_collection_of_20000000_and_one_small_collection_of_10000_and_combine_them
do
zgrep -A$MAXLINES "^CollectionsTest: $test" $file | tail --lines=+3|grep -B$MAXLINES -E "^-*$" -m1 > $outputdir/$test-$build.txt
echo processing $outputdir/$test-$build.txt creating $outputdir/$test.csv
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list