Commit aceaf417 authored by Igor Drozdov's avatar Igor Drozdov

Add a comment about cache warm-up

parent a25fc3a0
......@@ -89,7 +89,7 @@ RSpec.describe API::Deployments do
end
it 'returns multiple deployments without N + 1' do
perform_request
perform_request # warm up the cache
control_count = ActiveRecord::QueryRecorder.new { perform_request }.count
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment