Skip to content

Instantly share code, notes, and snippets.

@pavanshekar
pavanshekar / performance_test_errata_migration.rake
Last active April 28, 2026 21:20
performance_test_errata_migration.rake
# 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