11789: Merge branch 'master' into 11789-arvput-exclude-flag
[arvados.git] / apps / workbench / test / performance_test_helper.rb
index e3da839d946b850bc88d633621dacf4976face4f..c3b50c2e24a3a2440e28a500d48b4cc6789e40bf 100644 (file)
@@ -1,9 +1,10 @@
-require 'integration_helper'
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
-# We need tmp/cache to exist before we can run tests
-Rake::Task["tmp:create"].invoke
+require 'integration_helper'
 
-# 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