X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/11af4c66d27b5f192965b7402a982eaa30431a0d..e7672a0b679659d6ba90d23b4e102fba747fa9ef:/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