X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b8148b3bcdfc6fe8a8b20e6a4c589b7a50e147a8..79aeb557d94681fb7e55321aeee2e20df1430b30:/apps/workbench/test/performance_test_helper.rb diff --git a/apps/workbench/test/performance_test_helper.rb b/apps/workbench/test/performance_test_helper.rb index e3da839d94..1b6a1a61dd 100644 --- a/apps/workbench/test/performance_test_helper.rb +++ b/apps/workbench/test/performance_test_helper.rb @@ -1,9 +1,6 @@ require 'integration_helper' -# We need tmp/cache to exist before we can run tests -Rake::Task["tmp:create"].invoke - -# Performance test can run in two two different ways: +# Performance test can run in two different ways: # # 1. Similar to other integration tests using the command: # RAILS_ENV=test bundle exec rake test:benchmark