X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dab62e9006a117b29314f1c2db9aa10b665cc4d7..0e5198142fdba0ce2af6eb2852d45dff46ffb2e2:/apps/workbench/test/integration_performance/collections_controller_test.rb diff --git a/apps/workbench/test/integration_performance/collections_controller_test.rb b/apps/workbench/test/integration_performance/collections_controller_test.rb index 0a4cd6ba89..3b81c60daa 100644 --- a/apps/workbench/test/integration_performance/collections_controller_test.rb +++ b/apps/workbench/test/integration_performance/collections_controller_test.rb @@ -17,10 +17,10 @@ class BigCollectionsControllerTest < ActionController::TestCase bigmanifest1 = time_block 'build example' do make_manifest(streams: 100, files_per_stream: 100, - blocks_per_file: 30, + blocks_per_file: 20, bytes_per_block: 0) end - bigmanifest2 = bigmanifest1.sub '.txt', '.txt2' + bigmanifest2 = bigmanifest1.gsub '.txt', '.txt2' smallmanifest1 = ". d41d8cd98f00b204e9800998ecf8427e+0 0:0:small1.txt\n" smallmanifest2 = ". d41d8cd98f00b204e9800998ecf8427e+0 0:0:small2.txt\n" totalsize = bigmanifest1.length + bigmanifest2.length + @@ -53,7 +53,7 @@ class BigCollectionsControllerTest < ActionController::TestCase bigmanifest = time_block 'build example' do make_manifest(streams: 100, files_per_stream: 100, - blocks_per_file: 30, + blocks_per_file: 20, bytes_per_block: 0) end @controller = CollectionsController.new