adding 3 more test for the performance suite.
authorNico Cesar <nico@nicocesar.com>
Wed, 20 May 2015 15:12:18 +0000 (11:12 -0400)
committerNico Cesar <nico@nicocesar.com>
Thu, 21 May 2015 15:31:22 +0000 (11:31 -0400)
I'm guessing the names, lets see if they are good or not ...

refs #6061

jenkins/create-plot-data-from-log.sh

index daf3ef81f4e884b8313b67352f12929efffc8edf..60516a57e0b1bc4a77e6ccbc7a9644d1c31b6bb6 100755 (executable)
@@ -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