X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b6f73f7acffa9b2f37c78826ff6cee89987a7edc..cdc228d1818f2714b988c58a7336ff80a911cf5a:/apps/workbench/test/performance_test_helper.rb?ds=sidebyside diff --git a/apps/workbench/test/performance_test_helper.rb b/apps/workbench/test/performance_test_helper.rb index 7d335d819a..c3b50c2e24 100644 --- a/apps/workbench/test/performance_test_helper.rb +++ b/apps/workbench/test/performance_test_helper.rb @@ -1,6 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + 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