This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Performance test for errata applications migration | |
| # Run with: bundle exec rake katello:dev:performance_test_migration | |
| namespace :katello do | |
| namespace :dev do | |
| desc "Performance test for errata applications migration" | |
| task :performance_test_migration => :environment do | |
| require 'benchmark' | |
| puts "=" * 80 |